Skip to main content
Visitor II
May 14, 2025
Solved

OV10635 camera interfacing in STM32h743

  • May 14, 2025
  • 4 replies
  • 428 views

Hii everyone,

                  1. I want to interface OV10635 camera module with stm32h743 controller  does it is suitable ? . 

                 2. If anyone have OV10635 configuration files please share with me.

 

 

    This topic has been closed for replies.
    Best answer by KDJEM.1

    Hello @hemant_ast;

     

    To know if a CMOS sensor (a camera module) is compatible with the DCMI or not, the user must check the following points in the CMOS sensor specifications:
    • Parallel interface (8-, 10-, 12-, or 14-bit)
    • Control signals (VSYNC, HSYNC, and PIXCLK)
    • Supported pixel clock frequency output
    • Supported data output

    For more information and some examples of supported camera module, I recommend you to refer to AN5020 application note section "9 Supported devices".

     

    Thank you.

    Kaouthar

    4 replies

    Visitor II
    May 14, 2025

     

    Use a logic analyzer to sniff I²C lines while the camera is being configured by another host (like in a Linux-based system).

    Sometimes the configuration is logged in startup sequences.

     

    KDJEM.1Answer
    Technical Moderator
    May 14, 2025

    Hello @hemant_ast;

     

    To know if a CMOS sensor (a camera module) is compatible with the DCMI or not, the user must check the following points in the CMOS sensor specifications:
    • Parallel interface (8-, 10-, 12-, or 14-bit)
    • Control signals (VSYNC, HSYNC, and PIXCLK)
    • Supported pixel clock frequency output
    • Supported data output

    For more information and some examples of supported camera module, I recommend you to refer to AN5020 application note section "9 Supported devices".

     

    Thank you.

    Kaouthar

    Visitor II
    May 14, 2025

    Thanks for replying,The OV10635 have HSYNC, VSYNC, PIXCLK,XCLK, 10-bit DVP output & i2c for configuration. Will it work with my controller or not because it is not suggested in AN5020. i already configured ov5640 (suggested in AN5020) camera module & stream video over software. If you have configuration file of ov10635 camera please share with me. 

    Technical Moderator
    May 14, 2025

    Hello @hemant_ast;

     

    Unfortunately, I don't find any examples using ov10635.

    The AN5020 presents examples of camera modules supported by DCMI.

    You need to check the specifications shared in my last reply to know if the CMOS sensor is compatible with DCMI or not.

    The DVP is a parallel interface, so it’s compatible with the DCMI. 

     

     

    Thank you.

    Kaouthar