mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Uncomment sensor.reset in blob_detection example
This commit is contained in:
parent
2bda1d13a3
commit
4ba640a842
@ -4,7 +4,7 @@ led_r = pyb.LED(1)
|
||||
led_g = pyb.LED(2)
|
||||
led_b = pyb.LED(3)
|
||||
|
||||
#sensor.reset()
|
||||
sensor.reset()
|
||||
sensor.set_contrast(2)
|
||||
sensor.set_framesize(sensor.QCIF)
|
||||
sensor.set_pixformat(sensor.RGB565)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user