zephyr/drivers/video
Phi Bang Nguyen 64ca263bfd drivers: video: mt9m114: Rework to support more resolutions
Currently, the driver supports only VGA resolution while 480x272 is
needed to match with the display resolution on i.MX RT10XX family.

Also, the current framerate is very low, about 3-4 fps without doing
anything else with the image buffers (just discarding them).

Rework the driver to address the low framerate issue as well as to add
support for 480x272 and 1280x720 resolutions.

Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
2024-03-26 16:16:52 -04:00
..
CMakeLists.txt drivers: video: ov2640: add driver for ov2640 image sensor 2021-08-17 09:18:38 -04:00
Kconfig drivers: video: change initialization order of CSI and cameras 2023-05-17 15:08:31 -05:00
Kconfig.mcux_csi video: mcux_csi: set a dedicated init priority for video_mcux_csi 2023-07-19 18:00:20 +00: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.ov7725 video: Move to using select in Kconfig for I2C bus 2022-08-14 09:05:36 -05: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: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
ov7725.c drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
video_common.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
video_mcux_csi.c video: mcux_csi: set a dedicated init priority for video_mcux_csi 2023-07-19 18:00:20 +00:00
video_sw_generator.c drivers: video: sw_generator: Fix set_format 2024-03-15 08:52:13 +01:00