-
Hi, I'm running raylib and gstreamer, trying to get overlays on video.
In the loop I've measured up the calls which essentially is about all in the loop (some overlay drawing of course but
Currently running raylib configured as desktop platform and system runs wayland/weston in all three cases. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This can be closed. The original problem here is that the video frame is formatted YUYV and is converted to RGB at this step.
|
Beta Was this translation helpful? Give feedback.
This can be closed.
The original problem here is that the video frame is formatted YUYV and is converted to RGB at this step.
Was still running together with weston (as the xilinx petalinux sets things up) so getting rid of that one then
made it possible for a redesign of the stack, meaning:
originally it is vice verse which is a bit strange since hw seems to map better to this new layout as well, but I guess
it can make sense for the desktop usecases...