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:手动白平衡。 只读。 |
父主题: 数据类型