hi_isp_af_raw_cfg

Description

Configures the Bayer domain of the AF module.

Definition

typedef struct { 
    hi_u8               gamma_gain_limit; 
    hi_u8               gamma_value; 
    hi_isp_bayer_format bayer_format;
} hi_isp_af_raw_cfg;

Members

Member

Description

gamma_gain_limit

Gamma limit for the AF module. Value range: [0x0, 0x5].

gamma_value

Gamma type for the AF module. Value range: [0x0, 0x6].

bayer_format

Bayer pattern setting. BAYER_RGGB, BAYER_GRBG, BAYER_GBRG, and BAYER_BGGR are supported.