Skip to main content
Associate II
July 14, 2026
Question

Clarification on OV2312 Sensor Driver Support for STM32N6570

  • July 14, 2026
  • 1 reply
  • 82 views

Dear STM Support Team,

We are currently developing a rear-view camera application on the STM32N6570 platform. Our existing implementation was developed using the Sony IMX335 image sensor, and we are now planning to migrate the design to a custom board using the OmniVision OV2312 sensor.

We would like to clarify the following:

  • Does the existing STM32N6570 camera driver framework support the OV2312 sensor directly?

  • If not, is there an official OV2312 sensor driver available from ST?

  • Can the existing IMX335 driver be adapted for OV2312, or is a separate sensor-specific driver required?

  • If an OV2312 driver is already available, could you please provide the driver package, reference code, or the relevant documentation for integration with the STM32N6570 imaging pipeline?

Your clarification will help us proceed with the custom hardware integration and software development.

Thank you for your support, and we look forward to your response.

1 reply

MOBEJ
ST Employee
July 14, 2026

Hello ​@Selvarasu_K , 

For STM32CubeN6 and STM32N6570-DK, the official BSP currently includes only the IMX335 sensor driver.
There is no official OV2312 driver from ST at this time.

The IMX335 driver cannot be reused directly for OV2312, since it is sensor-specific and uses a different register map, I2C configuration, and output format.
To use OV2312, you need to develop a new sensor-specific driver based on the existing BSP camera driver structure.

Please also follow the OV2312 datasheet, check the hardware design, and update the register settings and pipeline mapping accordingly.


Thank you
Br

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.