zephyr/drivers/video
Phi Bang Nguyen e462ef3c07 drivers: video: ov7670: Set default format to RGB565 QVGA
The default format for ov7670 is currently VGA YUYV and it counts on the
smartdma to reset the format to RGB565 QVGA when get_format() is called.

Recently, set_format() is decoupled from get_format() so this assumption
is nolonger correct.

Set the default format to RGB565 QVGA instead.

Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
2025-05-23 15:39:31 +02:00
..
CMakeLists.txt drivers: video: introduction of imx335 sensor driver 2025-05-22 20:56:38 +02:00
gc2145.c drivers: video: Move format pitch setting to bridge drivers 2025-05-20 18:27:35 +02:00
imx335.c drivers: video: introduction of imx335 sensor driver 2025-05-22 20:56:38 +02:00
Kconfig drivers: video: introduction of imx335 sensor driver 2025-05-22 20:56:38 +02:00
Kconfig.emul_imager
Kconfig.emul_rx
Kconfig.esp32_dvp
Kconfig.gc2145
Kconfig.imx335 drivers: video: introduction of imx335 sensor driver 2025-05-22 20:56:38 +02:00
Kconfig.mcux_csi
Kconfig.mcux_mipi_csi2rx drivers: video: mipi_csi2rx: Explicitly set init priority 2025-05-20 18:27:35 +02:00
Kconfig.mcux_sdma
Kconfig.mt9m114
Kconfig.ov2640
Kconfig.ov5640
Kconfig.ov7670
Kconfig.ov7725
Kconfig.shell drivers: video: shell: introduce the video shell 2025-05-20 18:27:43 +02:00
Kconfig.stm32_dcmi
Kconfig.sw_generator
mt9m114.c drivers: video: Move format pitch setting to bridge drivers 2025-05-20 18:27:35 +02:00
ov2640.c drivers: video: Move format pitch setting to bridge drivers 2025-05-20 18:27:35 +02:00
ov5640.c drivers: video: Move format pitch setting to bridge drivers 2025-05-20 18:27:35 +02:00
ov7670.c drivers: video: ov7670: Set default format to RGB565 QVGA 2025-05-23 15:39:31 +02:00
ov7725.c drivers: video: Move format pitch setting to bridge drivers 2025-05-20 18:27:35 +02:00
video_common.c drivers: video: common: introduce CCI utilities 2025-05-21 08:01:12 +02:00
video_common.h drivers: video: common: introduce CCI utilities 2025-05-21 08:01:12 +02:00
video_ctrls.c drivers/video/video_ctrls: Fix code compliance issues 2025-05-21 12:35:28 +02:00
video_ctrls.h drivers: video: Add support for controls of menu types 2025-04-21 20:03:31 +02:00
video_device.c drivers: video: Introduce video device structure 2025-04-21 20:03:31 +02:00
video_device.h drivers: video: Implement video control framework 2025-04-21 20:03:31 +02:00
video_emul_imager.c drivers: video: Move format pitch setting to bridge drivers 2025-05-20 18:27:35 +02:00
video_emul_rx.c drivers: video: Move format pitch setting to bridge drivers 2025-05-20 18:27:35 +02:00
video_esp32_dvp.c drivers: video: Move format pitch setting to bridge drivers 2025-05-20 18:27:35 +02:00
video_mcux_csi.c drivers: video: mcux_csi: Don't set_format() in get_format() 2025-05-20 18:27:35 +02:00
video_mcux_mipi_csi2rx.c drivers: video: mipi_csi2rx: Fix type range related to pixel rate 2025-05-20 18:27:35 +02:00
video_mcux_smartdma.c drivers: video: mcux_smartdma: Don't set_format() in get_format() 2025-05-20 18:27:35 +02:00
video_shell.c drivers: video: shell: introduce the video shell 2025-05-20 18:27:43 +02:00
video_stm32_dcmi.c drivers: video: Move format pitch setting to bridge drivers 2025-05-20 18:27:35 +02:00
video_sw_generator.c drivers: video: sw_generator: sort header alphabetically 2025-05-21 19:56:30 +02:00
video.ld drivers: video: Introduce video device structure 2025-04-21 20:03:31 +02:00