hi_isp_3a_alg_lib
Description
Defines the AE and AWB algorithm libraries.
Definition
typedef struct {
hi_s32 id;
hi_char lib_name[HI_ISP_ALG_LIB_NAME_SIZE_MAX];
} hi_isp_3a_alg_lib;
Members
Member |
Description |
|---|---|
id |
ID of an algorithm library instance, which is used to support the running of multiple instances in the same algorithm library. |
lib_name |
Character array for identifying the algorithm library name, which is used to distinguish different algorithm libraries. HI_ISP_ALG_LIB_NAME_SIZE_MAX is used to define the maximum number of characters in 3A algorithm library name. 20 indicates that the name can contain a maximum of 20 characters. |