hi_isp_af_crop

说明

对 AF 模块输入图像进行裁剪。

定义

typedef struct { 
    hi_bool enable; 
    hi_u16  x;
    hi_u16  y;
    hi_u16  w; 
    hi_u16  h;
} hi_isp_af_crop;

成员

成员名称

描述

enable

使能 Crop,取值范围:[0, 1]。

x

Crop X 起始位置,取值范围:[0, ImageWidth - 256]。

y

Crop Y 起始位置,取值范围:[0, ImageHeight - 120]。

w

Crop 宽度,8 对齐,取值范围:[256, ImageWidth]。

h

Crop 高度,2 对齐,取值范围:[120, ImageHeight]。

注意事项