Nvv4l2camerasrc RG10 support

Hi,

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.

Joseph

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.

Hi DaneLLL,
thank you for the response. Will it be supported at a later date or there will not be any support for Bayer formats. Thank you in advance.

Hi,
Bayer formats are not supported in NvBufSurface. We would suggest use ISP engine for debayering.

Ok thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.