I would like to crop the raw stream of a color camera to a square aspect ratio with a precise integer pixel offset from the left. The sensorCrop function only takes a single float (percentage of sensor) for the left, and does not offer a right side. How can I assure that I am employing the most low level region of interest crop so that the data coming off of the sensor is lessened for each frame. Hopefully this would give me a little more FPS as there is 1.33x less data.
Is this possible?