Unsupported pixel format

Hello, I am adding drivers for a YUV422-8b format camera and have reviewed the Orin NX datasheet, which also supports image input in this format. But the driver was not registered successfully.
dts:
mode_type = “yuv”;
pixel_phase = “uyvy”;
csi_pixel_bit_depth = “16”;

Looks like the mode_type doesn’t apply to “yuv” but “bayer”.
Confirm it by check /proc/device-tree/

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