mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-14 07:26:53 +03:00
add default values for new TakeImage options in config.ini
This commit is contained in:
@@ -5,9 +5,18 @@ WaitBeforeTakingPicture = 5
|
|||||||
Brightness = 0
|
Brightness = 0
|
||||||
Contrast = 0
|
Contrast = 0
|
||||||
Saturation = 0
|
Saturation = 0
|
||||||
|
Sharpness = 0
|
||||||
LEDIntensity = 50
|
LEDIntensity = 50
|
||||||
ImageQuality = 12
|
ImageQuality = 12
|
||||||
ImageSize = VGA
|
ImageSize = VGA
|
||||||
|
Zoom = false
|
||||||
|
ZoomMode = 0
|
||||||
|
ZoomOffsetX = 0
|
||||||
|
ZoomOffsetY = 0
|
||||||
|
Grayscale = false
|
||||||
|
Negative = false
|
||||||
|
Aec2 = false
|
||||||
|
AutoExposureLevel = 0
|
||||||
FixedExposure = false
|
FixedExposure = false
|
||||||
Demo = false
|
Demo = false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user