I am working with a camera sensor that outputs video in the RG10 format. I would like to use the nvv4l2camerasrc element, which currently only supports UYVY. According to this post, it is possible to extend the element to support other formats: https://forums.developer.nvidia.com/t/macrosilicon-usb/157777/5
Is it technically possible to support the RG10 format. I noticed that in the file where the color formats for the NvBuffer are specified there is no enumeration for RG10. Thank you in advance.
Hi,
RG10 is not supported in NvBufSurface. If the camera is connected to CSI port, we would suggest use ISP engine to debayering RAW data to YUV420. So that nvarguscamerasrc plugin can be used.