mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-08 20:46:54 +03:00
.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Parameter `Brightness`
|
||||
Default Value: `0`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
This parameter can also be set on the Reference Image configuration.
|
||||
|
||||
Image Brightness (`-2` .. `2`)
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
# Parameter `Contrast`
|
||||
Default Value: `0`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
This parameter can also be set on the Reference Image configuration.
|
||||
|
||||
Image Contrast (`-2` .. `2`)
|
||||
|
||||
!!! Note
|
||||
Camera driver is not fully supporting this setting yet (no impact on image)
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
# Parameter `FixedExposure`
|
||||
Default Value: `false`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
Fixes the illumination setting of camera at the startup and uses this later -->
|
||||
individual round is faster.
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
# Parameter `ImageQuality`
|
||||
Default Value: `12`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
Quality index for pictures. `0` (high) .. `63` (low)
|
||||
|
||||
!!! Warning
|
||||
Values below `12` can result in reboots as the image gets larger and might no longer fit in the available RAM!
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
# Parameter `ImageSize`
|
||||
Default Value: `VGA`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
Size of the camera picture.
|
||||
Available options:
|
||||
- `VGA` (640 x 480 pixel)
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
# Parameter `LEDIntensity`
|
||||
Default Value: `50`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
This parameter can also be set on the Reference Image configuration.
|
||||
|
||||
Set the Flash LED Intensity.
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Parameter `RawImagesLocation`
|
||||
Default Value: `/log/source`
|
||||
Location on the SD-Card to store the raw images for logging.
|
||||
|
||||
!!! Warning
|
||||
A SD-Card has limited write cycles. Since the device does not do [Wear Leveling](https://en.wikipedia.org/wiki/Wear_leveling), this can wear out your SD-Card!
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
# Parameter `Saturation`
|
||||
Default Value: `0`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
This parameter can also be set on the Reference Image configuration.
|
||||
|
||||
Image Saturation (`-2` .. `2`)
|
||||
|
||||
!!! Note
|
||||
Camera driver is not fully supporting this setting yet (no impact on image)!
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Parameter `WaitBeforeTakingPicture`
|
||||
Default Value: `5`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
Waiting time between switching illumination on and taking the picture (in seconds)-
|
||||
|
||||
Reference in New Issue
Block a user