2021-12-09 11:21 AM
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
2021-12-09 01:22 PM
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
2021-12-10 05:11 AM
Thank you