Skip to main content
Visitor II
September 8, 2025
Question

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

  • September 8, 2025
  • 1 reply
  • 307 views

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!

    This topic has been closed for replies.

    1 reply

    ST Employee
    September 8, 2025

    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,