---
title: hi_isp_dcf_update_info
description: "定义DCF信息中ISP实时更新配置参数。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/others/ispdevug/ispdevapi_0155.html
sourcePath: /source/zh/canncommercial/900/others/ispdevug/ispdevapi_0155.html
indexId: 40eeea8f0fb2b02453db18a82981b5fc17b7f9f74ccb02eb47364f3ec159253365
---
# hi_isp_dcf_update_info

#### 说明

定义DCF信息中ISP实时更新配置参数。


#### 定义

```
typedef struct {
hi_u32
iso_speed_ratings;
hi_u32
exposure_time;
hi_u32
exposure_bias_value;
hi_u8
exposure_program;
hi_u32
f_number;
hi_u32
max_aperture_value;
hi_u8
exposure_mode;
hi_u8
white_balance;
} hi_isp_dcf_update_info;
```


#### 成员

| 成员名称 | 描述 |
| --- | --- |
| iso\_speed\_ratings | 感光度。 只读。 |
| exposure\_time | 曝光时间 (快门速度的倒数)，单位是秒。 高16位为分子，低16位为分母。 只读。 |
| exposure\_bias\_value | 照片拍摄时的曝光补偿，单位是APEX(EV)。 高16位为分子，低16位为分母。 只读。 |
| exposure\_program | 拍照时相机使用的曝光程序。 1：手动曝光； 2：正常程序曝光； 3：光圈优先曝光； 4：快门优先曝光； 5：创意程序（慢速程序）； 6：动作程序（高速程序）； 7：肖像模式； 8：风景模式。 只读。 |
| f\_number | 光圈系数。 高16位为分子，低16位为分母。 只读。 |
| max\_aperture\_value | 镜头的最大光圈值。 高16位为分子，低16位为分母。 只读。 |
| exposure\_mode | 曝光模式。 0：自动曝光； 1：手动曝光； 2：自动包围曝光。 只读。 |
| white\_balance | 白平衡。 0：自动白平衡； 1：手动白平衡。 只读。 |
