Adjust iris window.

This commit is contained in:
iabdalkader 2016-06-04 01:18:12 +02:00
parent 3d31ae535d
commit f6ca73b5c9

View File

@ -20,7 +20,7 @@ sensor.set_gainceiling(16)
sensor.set_framesize(sensor.VGA)
# Bin/Crop image to 200x100, which gives more details with less data to process
sensor.set_binning((220, 200, 200, 100))
sensor.set_binning((220, 190, 200, 100))
sensor.set_pixformat(sensor.GRAYSCALE)