TBSniller/piccap

Autostart & Logs not working if installed manually? (& possible hdrType values?)

Dak0r opened this issue · 1 comments

Dak0r commented

Hi,
I'm currently working on a branch for piccap & hyperion-webos that allows using custom LUTs with hyperHDR for content that is in sdr and possibly dolbyvision.

I noticed that autostart on boot and enabling logging works if I install piccap via webosbrew, but if install my own build using the instructions from the readme it does not work. Is that expected?

If I start piccap manually, it's working fine. Though, enabling logging always fails with an 'undefined' error from webosbrew...

PS: More related to hyperion-webos, but is there documentation for the possible values of hdrType in the videooutput_callback?
That is currently the missing key for not only allowing custom LUTs for SDR, but also dolbyvision

Dak0r commented

Hi!
Closing the issue, as solved.
The problem with auto-start not working was related to line-endings. Cloning the project on Windows caused them to be converted to CRLF. Switching to LF works without any issues.