Crop operations on software side (C/C++)

Cropping camera images

This sample is based on the uEyeImageQueue demo. In the processing part of the image queue thread, you can run different types of crop operations. All these operations are executed digitally based on the images received in the host. The crop operations are not performed in the camera sensor.

In contrast to the hardware crop functions on the sensor, the software solution also allows odd scaling factors.

The demo shows you how to access and process the image data using C/C++ pointer operations. The different results for the crop operations can be visualized and compared easily.