hi_isp_cmos_afc

Description

Defines the CMOS parameters of AFC.

Definition

typedef struct {
    hi_bool enable; 
    hi_u8   threshold[HI_ISP_AUTO_ISO_NUM];
    hi_u8   strength[HI_ISP_AUTO_ISO_NUM]; 
} hi_isp_cmos_afc;

Members

Member

Description

enable

Anti-false color enable

  • HI_FALSE: disabled
  • HI_TRUE: enabled

threshold

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]