img_rect_t

Description

Defines the cropping attributes of the MIPI.

Prototype

typedef struct {
    int x;
    int y;
    unsigned int width;
    unsigned int height;
} img_rect_t;

Members

Member

Description

x

Cropping start position x.

y

Cropping start position y.

The cropping Y coordinate of SLV-EC must be greater than or equal to the number of the valid line output by the sensor.

width

Cropping width (in pixel).

height

Cropping height (in pixel).