img_rect_t
说明
定义MIPI的裁剪属性。
定义
typedef struct { int x; int y; unsigned int width; unsigned int height; } img_rect_t;
成员
成员名称 |
描述 |
---|---|
x |
裁剪起始位置x。 |
y |
裁剪起始位置y。 SLV-EC的裁剪Y坐标必须要大于等于Sensor输出有效行的行号。 |
width |
裁剪宽度,单位:像素。 |
height |
裁剪高度,单位:像素。 |
父主题: MIPI Rx ioctl命令字参数