Does MIPI CSI support YUV422 10bit?

Can Xavier NX receive YUV422 10bit with MIPI CSI?

hello myyaho1277,

it’s not supported to render/display YUV422 10-bit.
note, YUV422 10-bit it’s actually 20-bpp (bits per pixel) formats, (i.e. Y10+U5+U5).
you may try to capture data in YUV422 10-bit into CPU buffer, and convert/copy to YUV420 10-bit as NvBuffer. please note that, there is memory copy in this case.

or… you may try capture with YUV422 8-bit.
it’s 16-bpp (bits per pixel) formats, it’s supported according to the list formats in the v4l2 VI/CSI driver.

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