定义曝光时间或增益的最大值和最小值。
typedef struct { hi_u32 max; hi_u32 min; } hi_isp_ae_range;
成员名称
描述
max
最大值。
min
最小值。
最小值不能大于最大值。