hyperion-webos: WebOS 3.4, somehow it doesn't work ;(

Hi,

is there a way to get piccap or hyperion-webos working on webOS 3.4 (OLED E6V from 2016). Unfortunately I get the following error messages with libdile_vt and libvt. The recording resolution doesn’t seem to matter.

regards an thanks for the great work Micha

` “board_type”: “M16_DVB”, “hardware_id”: “HE_DTV_W16M_AFADABAA”, “product_id”: “OLED65E6V-Z”, “core_os_release”: “3.4.0-6107”, “webos_manufacturing_version”: “05.60.15”,

root@LGwebOSTV:/tmp/hyperion# LD_LIBRARY_PATH=. ./hyperion-webos --address 192.168.0.150 --port 19400 --fps 60 --width 320 --height 240 --backend libvt -S 0.000s [INFO main ] Starting up… 0.018s [INFO capture_preinit ] Preinit called. Copying config… 0.028s [INFO egl_init ] [EGL] Display, major = 1, minor = 4 0.032s [INFO egl_init ] [EGL] Surface size: 320x240 0.033s [INFO egl_init ] [EGL] init complete 0.034s [INFO capture_init ] [VT] VT_CreateVideoWindow 0.034s [INFO capture_init ] [VT] window_id=0 0.034s [INFO capture_init ] [VT] VT_AcquireVideoWindowResource 5.030s [ ERR capture_init ] [VT] VT_AcquireVideoWindowResource Failed 5.031s [ ERR capture_main ] Error! capture_init: -1 5.031s [ ERR main ] ERROR: Capture main init failed! root@LGwebOSTV:/tmp/hyperion# LD_LIBRARY_PATH=. ./hyperion-webos --address 192.168.0.150 --port 19400 --fps 60 --width 320 --height 240 --backend libdile_vt -S 0.000s [INFO main ] Starting up… 0.006s [INFO capture_preinit ] Preinit called. Copying config… 0.006s [INFO capture_init ] Init called 0.006s [INFO capture_start ] Capture start called. KADP_DE_SetDHDRInit : Done. 0.068s [WARN capture_start ] DISPLAY dump location failed, attempting SCALER… 0.201s [INFO capture_start ] [DILE_VT] framerate divider: 1 0.301s [INFO capture_start ] [DILE_VT] frametime: 79996; estimated fps before divider: 12.50063 0.341s [INFO capture_start ] [DILE_VT] frametime: 19996; estimated fps after divider: 50.01000 0.341s [INFO capture_start ] [DILE_VT] vfbs: 3; planes: 2 0.342s [INFO capture_start ] [DILE_VT] pixelFormat: 4; width: 320; height: 240; stride: 1920… 0.392s [ ERR capture_main ] Error! capture_start. Code: -12 0.393s [ ERR main ] ERROR: Capture main init failed! root@LGwebOSTV:/tmp/hyperion# `

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 17 (7 by maintainers)

Most upvoted comments

I’ve already read the post and don’t understand why it doesn’t work for me. The only difference is WebOS and firmware minor versions. Since I’m too stupid to compile the master by myself, I tested your workflows 93, 94!, 99, 100, 101, 102 and 103. I always get the same error messages. I had already tested the binary from Build #94, which was probably intended to address the M16_DVB problem, without success.

libvt: VT_AcquireVideoWindowResource Failed libdile: capture_start. Code: -2

ot: is there perhaps some information somewhere on how I can compile the whole thing myself? would https://github.com/openlgtv/buildroot-nc4 be the way to go or do I reach the goal with cmake and the informations from https://github.com/webosbrew/hyperion-webos/blob/main/.github/workflows/build.yml.