Hi, experts
I have a camera that outputs data in YUV422 format.
When I configured the output data format of CSIRX to FVID2_DF_YUV422I_YUYV, I found that the data was correct.
However, I see that H264 encoding seems to require data in NV12 format.
So, my question is, can I configure the output format to FVID2_DF_YUV420SP_UV when I collect? This can save additional formatting steps.
So far, when I configure like this, I can collect data, but the data parsing is incorrect.
Best regards,
Tao