zephyr/drivers/video
Phi Bang Nguyen ea02b93eea drivers: video: csi: Add support for i.MX RT11XX
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>
2024-05-23 07:52:09 -04:00
..
CMakeLists.txt drivers: video: Add NXP MIPI CSI-2 Rx driver 2024-05-21 15:19:52 -07:00
Kconfig drivers: video: Add NXP MIPI CSI-2 Rx driver 2024-05-21 15:19:52 -07:00
Kconfig.mcux_csi modules: mcux: Drop HAS_MCUX_CSI config 2024-05-10 18:09:44 -04:00
Kconfig.mcux_mipi_csi2rx drivers: video: Add NXP MIPI CSI-2 Rx driver 2024-05-21 15:19:52 -07:00
Kconfig.mt9m114 video: Move to using select in Kconfig for I2C bus 2022-08-14 09:05:36 -05:00
Kconfig.ov2640 video: Move to using select in Kconfig for I2C bus 2022-08-14 09:05:36 -05:00
Kconfig.ov5640 drivers: video: Add ov5640 camera driver 2024-05-17 14:50:56 -05:00
Kconfig.ov7725 video: Move to using select in Kconfig for I2C bus 2022-08-14 09:05:36 -05:00
Kconfig.stm32_dcmi drivers: video: Add support for STM32 DCMI 2024-05-06 14:54:35 +01:00
Kconfig.sw_generator kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
mt9m114.c drivers: video: mt9m114: Rework to support more resolutions 2024-03-26 16:16:52 -04:00
ov2640.c drivers: video: ov2640: add clock rate control property 2024-05-01 00:14:18 +02:00
ov5640.c drivers: video: Add ov5640 camera driver 2024-05-17 14:50:56 -05:00
ov7725.c drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
video_common.c drivers: video_common: Add aligned allocation API 2024-04-25 17:58:57 -04:00
video_mcux_csi.c drivers: video: csi: Add support for i.MX RT11XX 2024-05-23 07:52:09 -04:00
video_mcux_mipi_csi2rx.c drivers: video: Add NXP MIPI CSI-2 Rx driver 2024-05-21 15:19:52 -07:00
video_stm32_dcmi.c drivers: video: Add support for STM32 DCMI 2024-05-06 14:54:35 +01:00
video_sw_generator.c drivers: video: sw_generator: Fix set_format 2024-03-15 08:52:13 +01:00