hi_isp_af_level_depend
说明
AF Level Depend Gain 模块配置。
定义
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;
成员
成员名称 |
描述 |
|---|---|
en |
使能 Level Depend Gain 模块。 |
threshold_low |
设置 Dark Side Threshold,取值范围:[0x0, 0xFF]。 |
gain_low |
设置 Dark Side Minimum Gain,取值范围:[0x0, 0xFF]。 |
slope_low |
设置 Dark Side Slope,取值范围:[0x0, 0xF]。 |
threshold_high |
设置 Bright Side Threshold,取值范围:[0x0, 0xFF]。 |
gain_high |
设置 Bright Side Minimum Gain,取值范围:[0x0, 0xFF]。 |
slope_high |
设置 Bright Side Slope,取值范围:[0x0, 0xF]。 |
父主题: 数据类型