hi_isp_anti_false_color_auto_attr

Description

Defines the ISP anti-false color attribute in automatic mode.

Definition

typedef struct {
    hi_u8  threshold[HI_ISP_AUTO_ISO_NUM];    
    hi_u8  strength[HI_ISP_AUTO_ISO_NUM];
} hi_isp_anti_false_color_auto_attr;

Members

Member

Description

threshold[HI_ISP_AUTO_ISO_NUM]

Anti-false color threshold. A larger value indicates more areas from which false colors are removed.

Value range: [0, 0x20]

#define HI_ISP_AUTO_ISO_NUM 	16

strength

Anti-false color strength. A larger value indicates greater strength of removal of false colors, which may result in changes of normal colors.

Value range: [0, 0x1F]