On i.MX RT11XX which has MIPI CSI-2 Rx, image data from the camera sensor after passing through the camera pipeline (MIPI CSI-2 Rx --> Video Mux --> CSI) will be implicitly converted to a 32-bits pixel formats. For example, an input in RGB565 / YUYV (2-bytes format) will become an XRGB32 / XYUV32 (4-bytes format), respectively. Make changes to support this. Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Kconfig.mcux_csi | ||
| Kconfig.mcux_mipi_csi2rx | ||
| Kconfig.mt9m114 | ||
| Kconfig.ov2640 | ||
| Kconfig.ov5640 | ||
| Kconfig.ov7725 | ||
| Kconfig.stm32_dcmi | ||
| Kconfig.sw_generator | ||
| mt9m114.c | ||
| ov2640.c | ||
| ov5640.c | ||
| ov7725.c | ||
| video_common.c | ||
| video_mcux_csi.c | ||
| video_mcux_mipi_csi2rx.c | ||
| video_stm32_dcmi.c | ||
| video_sw_generator.c | ||