hi_isp_bind_attr

Description

Defines the binding relationship between the ISP library and the 3A algorithm library/sensor.

Definition

typedef struct {
    hi_sensor_id  sensor_id; 
    hi_isp_3a_alg_lib    ae_lib; 
    hi_isp_3a_alg_lib    af_lib; 
    hi_isp_3a_alg_lib    awb_lib;
} hi_isp_bind_attr;

Members

Member

Description

sensor_id

Sensor ID

ae_lib

Data structure of the AE algorithm library

af_lib

Data structure of the AF algorithm library

awb_lib

Data structure of the AWB algorithm library