webosbrew/hyperion-webos

Can't start up - errors

fraser-mendeco opened this issue · 2 comments

Start up fails with an error using the command:

root@LGwebOSTV:/media/developer/apps/usr/palm/services/org.webosbrew.piccap.service# ./hyperion-webos --verbose -S -a 10.0.20.15 -p 19445 -f 25

Gives the following output:

     0.000s [INFO main                ] Starting up...
     0.001s [ DBG parse_options       ] Finished parsing arguments
     0.001s [ DBG capture_main        ] Using these values: Address: 10.0.20.15 | Port: 19445 | Width: 360 | Height: 180 | FPS: 25 | Backend: libdile_vt | NoVideo: 0 | NoGUI: 0 | Autostart: 0
     0.001s [ DBG capture_main        ] Detecting backend...
     0.001s [ DBG import_backend_library] Full library path: /media/developer/apps/usr/palm/services/org.webosbrew.piccap.service/libdile_vt_backend.so
     0.005s [ DBG capture_main        ] Backend preinit...
     0.005s [INFO capture_preinit     ] Preinit called. Copying config..
     0.005s [ DBG capture_main        ] Initiating capture...
     0.005s [INFO capture_init        ] Init called
     0.005s [ DBG capture_main        ] Starting capture..
     0.005s [INFO capture_start       ] Capture start called.
KADP_DE_SetDHDRInit : Done.
     0.067s [ DBG capture_start       ] Got DILE_VT context!
     0.068s [ DBG capture_start       ] supportScaleUp: 1; (1920x1080)
     0.068s [ DBG capture_start       ] supportScaleDown: 1; (320x240)
     0.068s [ DBG capture_start       ] maxResolution: 1920x1080
     0.068s [ DBG capture_start       ] input deinterlace: 0; display deinterlace: 1
     0.068s [ ERR capture_main        ] Error! capture_start. Code: -2
     0.068s [ DBG cleanup             ] Starting cleanup... isRunning: 0
     0.068s [ DBG cleanup             ] Destroying hyperion-client...
     0.068s [ DBG cleanup             ] Cleanup capture within library...
     0.069s [ DBG cleanup             ] Cleanup finished.
     0.069s [ ERR main                ] ERROR: Capture main init failed!

My TV:

    "board_type": "M16_DVB",
    "hardware_id": "HE_DTV_W16M_AFADABAA",
    "product_id": "55UH850V-ZA",
    "core_os_release": "3.4.0-6107",
    "webos_manufacturing_version": "05.60.15",

Can you help?

Using the latest build (not piccap) of hyperion-webos gives an additional warning before the ERR.

0.068s [WARN capture_start ] DISPLAY dump location failed, attempting SCALER...

Duplicate of #67.
Yes, your issue was first, but the linked issue has more info by now.

Closing.