MIPI CSI for RGB888

Hi,

I am developing a mipi csi driver for a camera, whose data format is RGB888. However, according to

https://docs.nvidia.com/jetson/archives/l4t-archived/l4t-282/index.html#page/Tegra%2520Linux%2520Driver%2520Package%2520Development%2520Guide%2Fcamera_sensor_prog.html%23

pixel_phase can be uyvy, vyuy, yuyv, yvyu, rggb, bggr, grbg, gbrg. There is no RGB888.

In “TECHNICAL REFERENCE MANUAL - NVIDIA Tegra X1 Mobile Processor”, Table 168, “CSI to VI Pixel Formats”, it is shown that RGB888 is supported.

How can I support the RGB888 format in the csi driver?

Thanks.

hello xu.wang,

you may have some implementation to extend the support formats.
please refer to similar issue, such as Topic 1046071, and Topic 1015837 for reference.
thanks