Skip to main content
Shreif.1
Associate
December 9, 2021
Question

STM32F429 + OV9655

  • December 9, 2021
  • 1 reply
  • 1174 views

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

    This topic has been closed for replies.

    1 reply

    TDK
    December 9, 2021

    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""."
    Shreif.1
    Shreif.1Author
    Associate
    December 10, 2021

    Thank you