---
title: hi_isp_fswdr_auto_attr
description: "定义ISP FSWDR自动属性。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/others/ispdevug/ispdevapi_0306.html
sourcePath: /source/zh/canncommercial/900/others/ispdevug/ispdevapi_0306.html
indexId: 93c829612963851cdcc7adad630251a8c2e804e7a81724c670e56d7176ba1c5065
---
# 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]。 |
