对 AE 模块输入图像进行裁剪。
typedef struct { hi_bool enable; hi_u16 x; hi_u16 y; hi_u16 w; hi_u16 h; } hi_isp_ae_crop;
成员名称
描述
enable
使能Crop,0为Crop不使能,1为Crop使能。
x
Crop X起始位置取值范围:[0, 图像宽度 – 256]
y
Crop Y起始位置取值范围:[0, 图像高度 – 120]
w
Crop宽度。取值范围:[256, 图像宽度]
h
Crop高度取值范围:[120, 图像高度]