zephyr/drivers/video
Josuah Demangeon 81f5725839 drivers: video: gc2145: check format compatibility before applying
While applying the format, the pixel format and drv_data->fmt were set
immediately, and the resolution was set only if it had a matching
entry on the "caps".

This commit makes sure the requested format matches the caps before
applying the format as well as drv_data->fmt. This does not guards
against partial failure (i.e. only pixelformat set and not
resolution).

Signed-off-by: Josuah Demangeon <me@josuah.net>
2024-09-28 11:30:08 -05:00
..
CMakeLists.txt video: gc2145: add GC2145 sensor 2024-09-12 13:02:18 -04:00
gc2145.c drivers: video: gc2145: check format compatibility before applying 2024-09-28 11:30:08 -05:00
Kconfig drivers: video: Add SMH option for video buffer 2024-09-23 18:12:20 -04: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 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.ov7670 drivers: video: ov7670: introduce driver for ov7670 camera 2024-06-06 20:07:57 -04: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: introduce CONFIG_VIDEO_LOG_LEVEL 2024-09-05 13:11:35 -05:00
Kconfig.sw_generator
mt9m114.c drivers: video: introduce CONFIG_VIDEO_LOG_LEVEL 2024-09-05 13:11:35 -05:00
ov2640.c drivers: video: introduce CONFIG_VIDEO_LOG_LEVEL 2024-09-05 13:11:35 -05:00
ov5640.c drivers: video: introduce CONFIG_VIDEO_LOG_LEVEL 2024-09-05 13:11:35 -05:00
ov7670.c drivers: video: introduce CONFIG_VIDEO_LOG_LEVEL 2024-09-05 13:11:35 -05:00
ov7725.c drivers: video: introduce CONFIG_VIDEO_LOG_LEVEL 2024-09-05 13:11:35 -05:00
video_common.c drivers: video: Add SMH option for video buffer 2024-09-23 18:12:20 -04:00
video_esp32_dvp.c drivers: video: esp32s3 2024-09-17 17:45:27 +01:00
video_mcux_csi.c drivers: video: introduce CONFIG_VIDEO_LOG_LEVEL 2024-09-05 13:11:35 -05:00
video_mcux_mipi_csi2rx.c drivers: video: introduce CONFIG_VIDEO_LOG_LEVEL 2024-09-05 13:11:35 -05:00
video_stm32_dcmi.c drivers: video: introduce CONFIG_VIDEO_LOG_LEVEL 2024-09-05 13:11:35 -05:00
video_sw_generator.c drivers: video_sw_generator: Add support to change frame rate 2024-09-24 14:23:56 -05:00