Display Splitting

Hi!
For my project it has become necessary to aim the camera. For this reason, I would like to take two fragments of the standard QVGA frame and display them together on the LCD shield. they are each 128x80 pixels, so together make up the necessary QQVGA2.
How do I pass arguments to sensor.snapshot() that limit what part of its frame it spits out?
Thanks

Hi, you should just crop the image afterwards using the crop method. Alternatively, use the set_windowing() method in the firmware to limit the image window.