hi_wdr_mode

Description

Defines the wide dynamic range (WDR) mode.

The WDR mode configuration must be the same as that of the VI, sensor, and MIPI RX. Otherwise, the output image is abnormal.

Definition

typedef enum {
    HI_WDR_MODE_NONE = 0,
    HI_WDR_MODE_BUILT_IN,
    HI_WDR_MODE_QUDRA,
    HI_WDR_MODE_2To1_LINE,
    HI_WDR_MODE_2To1_FRAME,
    HI_WDR_MODE_3To1_LINE,
    HI_WDR_MODE_3To1_FRAME,
    HI_WDR_MODE_4To1_LINE,
    HI_WDR_MODE_4To1_FRAME,
    HI_WDR_MODE_BUTT,
} hi_wdr_mode;

Members

Member

Description

HI_WDR_MODE_NONE

Linear mode.

HI_WDR_MODE_BUILT_IN

Sensor built-in WDR mode.

HI_WDR_MODE_QUDRA

QUDRA WDR mode. Not supported by the Atlas 200I/500 A2 inference products.

HI_WDR_MODE_2To1_LINE

2-to-1 line-based WDR mode.

HI_WDR_MODE_2To1_FRAME

2-to-1 frame-based WDR mode.

HI_WDR_MODE_3To1_LINE

3-to-1 line-based WDR mode. Not supported by the Atlas 200I/500 A2 inference products.

HI_WDR_MODE_3To1_FRAME

3-to-1 frame-based WDR mode. Not supported by the Atlas 200I/500 A2 inference products.

HI_WDR_MODE_4To1_LINE

4-to-1 line-based WDR mode. Not supported by the Atlas 200I/500 A2 inference products.

HI_WDR_MODE_4To1_FRAME

4-to-1 frame-based WDR mode. Not supported by the Atlas 200I/500 A2 inference products.

HI_WDR_MODE_BUTT

Reserved.