cancel
Showing results for 
Search instead for 
Did you mean: 

OV10635 camera interfacing in STM32h743

hemant_ast
Associate II

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.

 

 

4 REPLIES 4
ahsrabrifat
Senior

 

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.1
ST Employee

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

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

hemant_ast
Associate II

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. 

KDJEM.1
ST Employee

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

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.