hi_isp_awb_agc_table

Description

Defines the structure of the saturation initialization parameters.

Prototype

typedef struct { 
    hi_bool valid;
    hi_u8  saturation[HI_ISP_AUTO_ISO_NUM];
} hi_isp_awb_agc_table;

Members

Member

Description

valid

Data validity identifier of the data structure. The value is 0 or 1.

saturation

Interpolation array for dynamically adjusting the saturation based on the gain. The value range is [0, 255].

Saturation is a non-monotonically decreasing sequence.

HI_ISP_AUTO_ISO_NUM defines the ISO levels. The value is 16.