-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Open
Labels
Feature RequestA request for a new featureA request for a new featureplatform: STM32ST Micro STM32ST Micro STM32
Description
Is your feature request related to a problem? Please describe.
I'm trying to use the OV2640 camera module on the NUCLEO-H743ZI2 board. However, the video driver for the DCMI peripheral doesn't exist (the driver for OV2640 does exist).
Describe the solution you'd like
Development of the DCMI video driver to capture the images from a camera module.
TODO
- Update the stm32h7xx-pinctrl.dtsi files to include the DCMI pin configuration. See PRs: dts: st: pinctrl.dtsi files including DCMI pins hal_stm32#204 and dts: st: h7: pinctrl.dtsi files including RCC MCO 1 pin hal_stm32#205
- Initial version of DCMI driver on STM32H743 MCU. See PR drivers: video: Add support for STM32 DCMI #71462
- Create a sample application using the DCMI driver.
- Merge PR samples: drivers: video: add capture to lvgl sample #71463
document_4961175641970967576.mp4
ajarmouni-st and adityaganesh2kerwango
Metadata
Metadata
Assignees
Labels
Feature RequestA request for a new featureA request for a new featureplatform: STM32ST Micro STM32ST Micro STM32