mipi_wdr_mode_t

Description

Defines the MIPI WDR mode.

Prototype

typedef enum {
    HI_MIPI_WDR_MODE_NONE = 0x0,
    HI_MIPI_WDR_MODE_VC = 0x1,  /* Virtual Channel */
    HI_MIPI_WDR_MODE_DT = 0x2,  /* Data Type */
    HI_MIPI_WDR_MODE_DOL = 0x3, /* DOL Mode */
    HI_MIPI_WDR_MODE_BUTT
} mipi_wdr_mode_t;

Members

Member

Description

HI_MIPI_WDR_MODE_NONE

Linear mode

HI_MIPI_WDR_MODE_VC

The virtual channel in the packet header is used to differentiate long and short exposure frames.

HI_MIPI_WDR_MODE_DT

The custom data type in the packet header is used to differentiate long and short exposure frames.

HI_MIPI_WDR_MODE_DOL

DOL-mode WDR. A pixel after the packet header is used to differentiate long and short exposure frames.

Considerations

Align with the connected sensor module configuration and the mode configuration of the backend VI and ISP.