Skip to main content
Visitor II
August 23, 2024
Question

camera ov7670 with stm32h747i-dk board

  • August 23, 2024
  • 1 reply
  • 730 views

Hi,

I am currently working on a project using the STM32H747i-DK development kit. Where I am focusing on interfacing a camera ov7670 module module with the board and displaying the video feed on the attached display.

Can anyone provide any sample code.

Thanks,

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    August 23, 2024

    Hello @Dibyendu_st ,

    I advise you to start your project with STM32CubeMX tool.

    Please refer to this AN5020 Introduction to digital camera interface (DCMI) for STM32 MCUs application note (in 8.3 DCMI examples based on STM32CubeMX Section) and get inspired from the available examples provided (with STM32F4 and ov9655 module) to configure your project for camera interfaces.

    You can follow the steps to configure the STM32 board with camera module and to add the library related to the camera.

    Hope this help you!