hi_isp_ae_register
说明
定义AE注册结构体。
定义
typedef struct { hi_isp_ae_exp_func ae_exp_func; } hi_isp_ae_register;
成员
成员名称 |
描述 |
---|---|
ae_exp_func |
AE注册的回调函数结构体。 |
父主题: 数据类型
定义AE注册结构体。
typedef struct { hi_isp_ae_exp_func ae_exp_func; } hi_isp_ae_register;
成员名称 |
描述 |
---|---|
ae_exp_func |
AE注册的回调函数结构体。 |