hi_isp_fswdr_auto_attr
说明
定义ISP FSWDR自动属性。
定义
typedef struct { hi_u8 md_thr_low_gain[HI_ISP_AUTO_ISO_NUM]; hi_u8 md_thr_hig_gain[HI_ISP_AUTO_ISO_NUM]; } hi_isp_fswdr_auto_attr;
成员
成员名称 |
描述 |
md_thr_low_gain[HI_ISP_AUTO_ISO_NUM] |
自动模式下判断是否运动的低阈值系数。值越大,运动程度越小。 取值范围:[0,0xFF]。 #define HI_ISP_AUTO_ISO_NUM 16 |
md_thr_hig_gain[HI_ISP_AUTO_ISO_NUM] |
自动模式下判断是否运动的高阈值系数。值越大,运动程度越小。 取值范围:[0,0xFF]。 |
父主题: 数据类型