hi_isp_fusion_attr

Description

Defines the ISP fusion attribute.

Definition

typedef struct {
     hi_u16  fusion_thr[HI_ISP_WDR_MAX_FRAME_NUM];
} hi_isp_fusion_attr;

Members

Member

Description

fusion_thr[HI_ISP_WDR_MAX_FRAME_NUM]

fusion_thr[0], fusion_thr[1], fusion_thr[2], and fusion_thr[3] correspond to thresholds of ultra short frames, short frames, medium frames, and long frames in fusion mode, respectively. Input data is limited below the thresholds.

Currently, only ultra short frames and short frames are supported.

Value range: [0, 0x3FFF]

#define HI_ISP_WDR_MAX_FRAME_NUM 	4