zephyr/drivers/video
Caio Barz Molinari e57cf1e5ce drivers: video: ov5640: add support to QVGA and QQVGA in CSI mode
The ov5640 driver already supports QVGA and QQVGA in dvp mode but not
in CSI mode. This PR adds support for these resolutions in CSI mode.

Signed-off-by: Caio Barz Molinari <caioheitor.barzmolinari_1@nxp.com>
2025-04-03 13:16:20 +02:00
..
CMakeLists.txt drivers: video: add emulated Imager driver and RX driver 2024-12-05 20:00:21 -05:00
gc2145.c drivers: video: gc2145: Add Chip ID 0x2145 2025-04-02 05:30:19 +02:00
Kconfig drivers: video: add emulated Imager driver and RX driver 2024-12-05 20:00:21 -05:00
Kconfig.emul_imager drivers: video: emul: store only one line of data 2025-03-20 07:20:55 +01:00
Kconfig.emul_rx drivers: video: add emulated Imager driver and RX driver 2024-12-05 20:00:21 -05:00
Kconfig.esp32_dvp drivers: video: esp32s3: add support for cam interface 2024-09-06 11:26:59 -04:00
Kconfig.gc2145 drivers: video: gc2145: fixes the prefix 2024-09-17 20:10:31 -04:00
Kconfig.mcux_csi drivers: video: csi: Increase init priority 2024-10-25 08:54:57 +02:00
Kconfig.mcux_mipi_csi2rx
Kconfig.mcux_sdma drivers: video: video_mcux_smartdma: add SMARTDMA video driver 2024-10-15 04:10:50 -04:00
Kconfig.mt9m114
Kconfig.ov2640
Kconfig.ov5640
Kconfig.ov7670
Kconfig.ov7725
Kconfig.stm32_dcmi drivers: video: introduce CONFIG_VIDEO_LOG_LEVEL 2024-09-05 13:11:35 -05:00
Kconfig.sw_generator drivers: video: sw_generator: Disable the driver if a real camera presents 2024-11-25 17:42:49 +01:00
mt9m114.c video: Merge video_stream_start/stop driver APIs 2025-02-11 07:43:58 +01:00
ov2640.c video: Merge video_stream_start/stop driver APIs 2025-02-11 07:43:58 +01:00
ov5640.c drivers: video: ov5640: add support to QVGA and QQVGA in CSI mode 2025-04-03 13:16:20 +02:00
ov7670.c video: Merge video_stream_start/stop driver APIs 2025-02-11 07:43:58 +01:00
ov7725.c video: Merge video_stream_start/stop driver APIs 2025-02-11 07:43:58 +01:00
video_common.c drivers: video: Add timeout tovideo_buffer_alloc 2024-12-10 20:39:57 +01:00
video_emul_imager.c drivers: video: emul_imager: use a "PRIV" video CID 2025-03-20 07:20:55 +01:00
video_emul_rx.c drivers: video: emul: store only one line of data 2025-03-20 07:20:55 +01:00
video_esp32_dvp.c driver: video: esp32: add video_flush() callback 2025-03-13 10:50:11 +01:00
video_mcux_csi.c video: Merge video_stream_start/stop driver APIs 2025-02-11 07:43:58 +01:00
video_mcux_mipi_csi2rx.c video: Merge video_stream_start/stop driver APIs 2025-02-11 07:43:58 +01:00
video_mcux_smartdma.c video: Merge video_stream_start/stop driver APIs 2025-02-11 07:43:58 +01:00
video_stm32_dcmi.c video: Merge video_stream_start/stop driver APIs 2025-02-11 07:43:58 +01:00
video_sw_generator.c video: Merge video_stream_start/stop driver APIs 2025-02-11 07:43:58 +01:00