Checklist
How often does this bug occurs?
always
Expected behavior
- M2M requires the use of YUV420 data input, H.264 data output, and the camera captures images using MIPI_2lane_24Minput_YUV420_1280x960_30fps.
- (ESP32P4 IDF-V5.5.0)
Actual behavior (suspected bug)
- The displayed H264 video image appears greenish.

Error logs or terminal output
Steps to reproduce the behavior
-
When using MIPI_2lane_24Minput_RGB565_1280x960_30fps and MIPI_2lane_24Minput_YUV422_1280x960_30fps, the MJPEG display is normal.
-
Using PPA to convert RGB565 to YUV420 format for display works normally, so I think there is something wrong with this configuration item: MIPI_2lane_24Minput_YUV420_1280x960_30fps.
Project release version
v1.3.0
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Windows
Operating system version
windows 11
Shell
ZSH
Additional context
No response