hi_isp_ae_accuracy

说明

定义曝光时间、增益的精度的结构体。

定义

typedef struct {     
    hi_isp_ae_accuracy_type accu_type;     
    float accuracy;     
    float offset;
} hi_isp_ae_accuracy;

成员

成员名称

描述

accu_type

精度类型。

accuracy

精度值。

offset

曝光时间的偏移量,支持正负偏移量设置,以行为单位,该值配置与sensor强相关。

注意事项