Piotr Dobrowolski

Results 93 comments of Piotr Dobrowolski

Can you please check if this command creates a proper capture image, with valid Video and UI layers? (eg. simple check would be to open YouTube, start any video and...

That build is very early WIP branch for logging refactor, and shouldn't really change anything, from the one I posted above. Let us merge everything together and we'll come back...

So seems like the issue here is that on K5LP platform `DILE_VT_CreateEx` needs to be called instead (eg. with `0, 1` arguments) - this still seems to crash on someone's...

Seems like that TV *also* uses pixelFormat 4 (YUV422sp) we don't support yet, so needs adjusting for that. But the outlook is very positive, we'll likely have a working support...

Managed to implement YUV422sp, but seems like that device doesn't want to update the captured texture after initial context dile_vt creation. We are still investigating this. Changing capture region on...

You can add `--no-service` option - then it will not try to bind to luna bus and not fail. BTW that version does not contain "region changing" hack I mentioned,...

It was the matter of adding these absolutely disgusting lines at the end of `capture_frame` function in `src/backends/libdile_vt.c`: ```c if (framecount % 2 == 0) { region.width = region.width +...

No need to yet, I spent whole evening yesterday testing out with one of the people on Discord. I'll post here whenever I find something out.

Just got a report that `libdile_vt` works perfectly on `05.20.08` software version released for `W19P` devices today. That should work with RootMyTV v2 still. Said user had `05.10.25` before, which...

It'd be great if (some of) you filled out a comment in that issue, whenever you have some free time :) https://github.com/webosbrew/hyperion-webos/issues/16