hi_isp_af_level_depend

Description

Configures the AF level depend gain (LDG) module.

Definition

typedef struct { 
    hi_bool     en; 
    hi_u16      threshold_low; 
    hi_u16      gain_low; 
    hi_u16      slope_low;
    hi_u16      threshold_high; 
    hi_u16      gain_high; 
    hi_u16      slope_high;
} hi_isp_af_level_depend;

Members

Member

Description

en

Level depend gain module enable

threshold_low

Setting of the dark side threshold. The value range is [0x0, 0xFF].

gain_low

Setting of the dark side minimum gain. The value range is [0x0, 0xFF].

slope_low

Setting of the dark side slope. The value range is [0x0, 0xF].

threshold_high

Setting of the bright side threshold. The value range is [0x0, 0xFF].

gain_high

Setting of the bright side minimum gain. The value range is [0x0, 0xFF].

slope_high

Setting of the bright side slope. The value range is [0x0, 0xF].