hi_isp_nr_wdr_attr

Description

Defines the ISP NR attribute in WDR mode, which is parallel with the automatic or manual mode.

Definition

typedef struct {
    hi_u8 wdr_frame_strength[HI_ISP_WDR_MAX_FRAME_NUM];
    hi_u8 fusion_frame_strength[HI_ISP_WDR_MAX_FRAME_NUM];
} hi_isp_nr_wdr_attr;

Members

Member

Description

wdr_frame_strength[HI_ISP_WDR_MAX_FRAME_NUM]

Corresponding global luminance NR strength of each fusion frame in WDR mode. A larger value indicates greater luminance NR strength, and a smaller value indicates weaker strength.

Value range: [0x0, 0x50]

#define HI_ISP_WDR_MAX_FRAME_NUM 	4

fusion_frame_strength[HI_ISP_WDR_MAX_FRAME_NUM]

Corresponding global luminance NR strength of each fusion frame in fusion mode.

Value range: [0x0, 0x50]