I have a question about the MIPI-CSI example from SDK.
And, I study the data sheet about the MIPI-CSI.
The camera inputs from the MIPI-CSI and the format is YUV422(8bits).
Following the datasheet, the image data will be packaged to the 16bits data. (Ref datasheet 46.3.3)
Hamish1_0-1658928267708.png
Then, the data will send to CMOS Sensor Interface(CSI).
I read the example code. But, the input of CSI data is set to 24 bits data. (Ref. example csi_mipi_yuv_cm7)
Hamish1_1-1658928291836.png
Why the CSI input data bus does not match the MIPI-CSI outputs format.