hi_isp_acs_calib_param

Description

Defines the calibration parameters of ACS, which are generated by the calibration tool.

Definition

typedef struct {
    hi_s16   light_index[HI_ISP_ACS_LIGHT_NUM * HI_ISP_ACS_CHN_NUM];
    hi_float model_ar_min;
    hi_float model_ar_step;
    hi_float model_ab_min;
    hi_float model_ab_step;
    hi_s16   light_type_g_high;
    hi_s16   light_type_g_low;
} hi_isp_acs_calib_param;

Members

Member

Description

light_index

Light source coordinates in the algorithm model after calibration

#define HI_ISP_ACS_LIGHT_NUM 	32
#define HI_ISP_ACS_CHN_NUM 	2

model_ar_min

Algorithm model parameter obtained after calibration

model_ar_step

Algorithm model parameter obtained after calibration

model_ab_min

Algorithm model parameter obtained after calibration

model_ab_step

Algorithm model parameter obtained after calibration

light_type_g_high

Light source coordinates corresponding to the g_param_high_ct table

light_type_g_low

Light source coordinates corresponding to the g_param_low_ct table