Hello. I'm trying to implement software for rendering an image captured using TC358743 to HDMI on RPi4/CM4. I use libdrm for this. The capture device returns the video in UYVY format, and I need the DRM driver to be able to support this format on input. Apparently, this is not the case now:
* https://github.com/raspberrypi/linux/bl ... lane.c#L33
* https://github.com/raspberrypi/linux/bl ... egs.h#L981
My question is: can this format be added, or does Raspberry not support it at all?
* https://github.com/raspberrypi/linux/bl ... lane.c#L33
* https://github.com/raspberrypi/linux/bl ... egs.h#L981
My question is: can this format be added, or does Raspberry not support it at all?
Statistics: Posted by mdevaev — Fri Feb 02, 2024 2:19 pm