cancel
Showing results for 
Search instead for 
Did you mean: 

How to Enable HDR on MB1854B Camera with STM32N6570-DK using DCMIPP_ContinuousMode Example

saib
Associate II

Hello,

I am working with the STM32N6570-DK board and the MB1854B camera module.
I am using the ST-provided example code:

https://github.com/STMicroelectronics/STM32CubeN6/tree/main/Projects/STM32N6570-DK/Applications/DCMIPP/DCMIPP_ContinuousMode 


This example works fine — I can display the live camera feed on the LCD.
Now I want to enable the HDR (High Dynamic Range) feature of the MB1854B sensor.

My questions are:

  1. Which part of the example code needs to be modified to enable HDR?

  2. Is there a register configuration to switch the sensor to HDR mode?

  3. Is there an ST-provided driver or initialization sequence for HDR mode example?

I am looking for guidance or documentation on which registers to configure and where to modify the code so that the captured image is in HDR mode and displayed properly on the LCD.

Thanks in advance!

1 REPLY 1
Ch_JE
ST Employee

Hello ,

the sensor capabilities are provided within the IMX335 driver. Could you please check?

GitHub - STMicroelectronics/stm32-imx335: Provides the IMX335 driver, part of the STM32Cube BSP Component for all STM32xx series

Best Regards,