hi_isp_fswdr_auto_attr
Description
Defines the automatic ISP FSWDR attribute.
Definition
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;
Members
Member |
Description |
md_thr_low_gain[HI_ISP_AUTO_ISO_NUM] |
Low threshold used for judging whether motion occurs in automatic mode. A larger value indicates a lower motion degree. Value range: [0, 0xFF] #define HI_ISP_AUTO_ISO_NUM 16 |
md_thr_hig_gain[HI_ISP_AUTO_ISO_NUM] |
High threshold used for judging whether motion occurs in automatic mode. A larger value indicates a lower motion degree. Value range: [0, 0xFF] |
Parent topic: Data Types