mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Update examples.
This commit is contained in:
parent
9c264ef6db
commit
b5e76a74df
@ -8,7 +8,7 @@ sensor.set_pixformat(sensor.GRAYSCALE)
|
||||
sensor.set_framesize(sensor.QVGA)
|
||||
sensor.skip_frames(time=2000)
|
||||
|
||||
# The sensor is less noisy are lower FPS.
|
||||
# The sensor is less noisy with lower FPS.
|
||||
sensor.set_framerate(15)
|
||||
|
||||
# Configure and enable motion detection
|
||||
|
||||
Loading…
Reference in New Issue
Block a user