mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
NN: Fix typos in new examples.
This commit is contained in:
parent
59eabdf13d
commit
ce137ade82
@ -13,7 +13,7 @@ sensor.reset() # Reset and initialize the sensor.
|
||||
sensor.set_pixformat(sensor.RGB565) # Set pixel format to RGB565 (or GRAYSCALE)
|
||||
sensor.set_framesize(sensor.QVGA) # Set frame size to QVGA (320x240)
|
||||
sensor.set_windowing((128, 128)) # Set 128x128 window.
|
||||
sensor.skip_frames(time=750) # Don't let autogain run every long.
|
||||
sensor.skip_frames(time=750) # Don't let autogain run very long.
|
||||
sensor.set_auto_gain(False) # Turn off autogain.
|
||||
sensor.set_auto_exposure(False) # Turn off whitebalance.
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@ sensor.reset() # Reset and initialize the sensor.
|
||||
sensor.set_pixformat(sensor.RGB565) # Set pixel format to RGB565 (or GRAYSCALE)
|
||||
sensor.set_framesize(sensor.QVGA) # Set frame size to QVGA (320x240)
|
||||
sensor.set_windowing((128, 128)) # Set 128x128 window.
|
||||
sensor.skip_frames(time=750) # Don't let autogain run every long.
|
||||
sensor.skip_frames(time=750) # Don't let autogain run very long.
|
||||
sensor.set_auto_gain(False) # Turn off autogain.
|
||||
sensor.set_auto_exposure(False) # Turn off whitebalance.
|
||||
|
||||
|
||||
@ -12,7 +12,7 @@ sensor.reset() # Reset and initialize the sensor.
|
||||
sensor.set_pixformat(sensor.GRAYSCALE) # Set pixel format to RGB565 (or GRAYSCALE)
|
||||
sensor.set_framesize(sensor.QVGA) # Set frame size to QVGA (320x240)
|
||||
sensor.set_windowing((128, 128)) # Set 128x128 window.
|
||||
sensor.skip_frames(time=500) # Don't let autogain run every long.
|
||||
sensor.skip_frames(time=500) # Don't let autogain run very long.
|
||||
sensor.set_auto_gain(False) # Turn off autogain.
|
||||
sensor.set_auto_exposure(False) # Turn off whitebalance.
|
||||
|
||||
|
||||
@ -12,7 +12,7 @@ sensor.reset() # Reset and initialize the sensor.
|
||||
sensor.set_pixformat(sensor.GRAYSCALE) # Set pixel format to RGB565 (or GRAYSCALE)
|
||||
sensor.set_framesize(sensor.QVGA) # Set frame size to QVGA (320x240)
|
||||
sensor.set_windowing((128, 128)) # Set 128x128 window.
|
||||
sensor.skip_frames(time=500) # Don't let autogain run every long.
|
||||
sensor.skip_frames(time=500) # Don't let autogain run very long.
|
||||
sensor.set_auto_gain(False) # Turn off autogain.
|
||||
sensor.set_auto_exposure(False) # Turn off whitebalance.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user