cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F429 + OV9655

Shreif.1
Associate

I am currently working on this topic as part of a project and I need to know how to use the camera with the STM and connect it to it, how to take a picture with it and save it in the memory , and how to take it back from the memory again when I need it Can you help me by directing me to a video that explains this or a book

2 REPLIES 2
TDK
Guru

If you google "stm32 ov9655", there are many many results. I would suggest looking at those, trying to get example code working. Here is one:

https://github.com/DL7AD/STM32F429-DCMI

It seems there is even code from ST directly to support this module:

https://github.com/STMicroelectronics/stm32-ov9655

If you feel a post has answered your question, please click "Accept as Solution".

Thank you