How to Integrate camera with STM32MP257F-DK and STM32N6570-DK using DCMI
I am working on camera integration with both the STM32MP257F-DK and STM32N6570-DK development boards and would appreciate some guidance from the community.
My setup
-
Boards:
-
STM32MP257F-DK
-
STM32N6570-DK
-
-
Camera sensor: Suggest One camera Sensor for both, currently I have VD55G1 and VD66GY
-
Software: ST OpenSTLinux (Yocto) on STM32MP257F-DK
My questions
-
Is it possible to interface a camera to the STM32MP257F-DK using the DCMI peripheral, or is MIPI CSI-2 the only supported camera interface for this board?
-
For the STM32N6570-DK, what is the recommended approach for connecting a camera through DCMI?
-
Are there any supported camera modules or reference designs?
-
Are there example projects available for image capture using DCMI?
-
-
If the camera sensor provides only MIPI CSI-2 output (such as the VD55G1 and VD66GY), is an external bridge/converter required to use it with DCMI?
-
Are there any ST application notes, reference designs, or GitHub examples demonstrating camera integration using DCMI on either of these boards?
-
If anyone has successfully integrated a camera with either STM32MP257F-DK or STM32N6570-DK, I would appreciate any advice regarding:
-
Hardware connections
-
Device Tree configuration (for STM32MP257F-DK)
-
Linux/V4L2 driver configuration
-
STM32CubeMX configuration (for STM32N6570-DK)
-
Example code or sample projects
-
Any documentation, example projects, or recommendations would be greatly appreciated.
Thank you!
