Cropping configuration.
Data Fields | |
uint16_t | horizontalCount |
13-bit field that indicates pixels to output per line when value is between 1 and 8191. Pixels horizontalSkip - (image width provided by sensor) are output when this value is 0. More... | |
uint16_t | horizontalSkip |
Pixels to skip horizontally between 0 and 8191. More... | |
uint16_t | verticalCount |
13-bit field that indicates lines to output per frame when value is between 1 and 8191. Pixels verticalSkip - (image height provided by sensor) are output when this value is 0. More... | |
uint16_t | verticalSkip |
Pixels to skip vertically between 0 and 8191. More... | |
uint16_t CSIRX_ContextCropConfig::horizontalCount |
13-bit field that indicates pixels to output per line when value is between 1 and 8191. Pixels horizontalSkip - (image width provided by sensor) are output when this value is 0.
uint16_t CSIRX_ContextCropConfig::horizontalSkip |
Pixels to skip horizontally between 0 and 8191.
uint16_t CSIRX_ContextCropConfig::verticalCount |
13-bit field that indicates lines to output per frame when value is between 1 and 8191. Pixels verticalSkip - (image height provided by sensor) are output when this value is 0.
uint16_t CSIRX_ContextCropConfig::verticalSkip |
Pixels to skip vertically between 0 and 8191.