mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Adjust iris window.
This commit is contained in:
parent
3d31ae535d
commit
f6ca73b5c9
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user