mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-06 19:46:56 +03:00
.
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# Parameter `SearchFieldX`
|
# Parameter `SearchFieldX`
|
||||||
Default Value: `20`
|
Default Value: `20`
|
||||||
|
|
||||||
|
Unit: Pixels
|
||||||
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
# Parameter `SearchFieldY`
|
# Parameter `SearchFieldY`
|
||||||
Default Value: `20`
|
Default Value: `20`
|
||||||
|
|
||||||
|
Unit: Pixels
|
||||||
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
# Parameter `ROIImagesRetention`
|
# Parameter `ROIImagesRetention`
|
||||||
Default Value: `3`
|
Default Value: `3`
|
||||||
|
|
||||||
|
Unit: Days
|
||||||
|
|
||||||
Days to keep the separated analog images (`0` = forever).
|
Days to keep the separated analog images (`0` = forever).
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
# Parameter `AutoStart`
|
# Parameter `AutoStart`
|
||||||
Default Value: `true`
|
Default Value: `true`
|
||||||
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||||
|
|
||||||
Automatically start the Flow (Digitization Rounds) immediately after power up.
|
Automatically start the Flow (Digitization Rounds) immediately after power up.
|
||||||
|
|
||||||
!!! Note
|
!!! Note
|
||||||
Typically this is set to `true`.
|
Typically this is set to `true`.
|
||||||
The only reason to set it to `false` is debugging or if you want to trigger it manually using the [REST API](../REST-API) or [MQTT-API](../MQTT-API).
|
The only reason to set it to `false` is debugging or if you want to trigger it manually using the [REST API](../REST-API) or [MQTT-API](../MQTT-API).
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
# Parameter `DataLogActive`
|
# Parameter `DataLogActive`
|
||||||
Default Value: `true`
|
Default Value: `true`
|
||||||
Activate data logging to SD-Card.
|
Activate data logging to SD-Card.
|
||||||
|
|
||||||
!!! Warning
|
!!! 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!
|
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!
|
||||||
@@ -7,7 +7,7 @@ Available options:
|
|||||||
- `3`: `INFO`
|
- `3`: `INFO`
|
||||||
- `4`: `DEBUG`
|
- `4`: `DEBUG`
|
||||||
As higher the level, as more log messages get written to the SD-Card.
|
As higher the level, as more log messages get written to the SD-Card.
|
||||||
-
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
`DEBUG` or `INFO` might damage the SD-Card if enabled long term due to excessive writes to the SD-Card!
|
`DEBUG` or `INFO` might damage the SD-Card if enabled long term due to excessive writes to the SD-Card!
|
||||||
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!
|
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,3 +1,6 @@
|
|||||||
# Parameter `ROIImagesRetention`
|
# Parameter `ROIImagesRetention`
|
||||||
Default Value: `3`
|
Default Value: `3`
|
||||||
|
|
||||||
|
Unit: Days
|
||||||
|
|
||||||
Days to keep the separated digit images (`0` = forever).
|
Days to keep the separated digit images (`0` = forever).
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
# Parameter `AllowNegativeRates`
|
# Parameter `AllowNegativeRates`
|
||||||
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
This parameter is unused!
|
This parameter is unused!
|
||||||
Use [`NUMBER.AllowNegativeRates`](../Parameters/#PostProcessing-NUMBER.AllowNegativeRates) instead!
|
Use [`NUMBER.AllowNegativeRates`](../Parameters/#PostProcessing-NUMBER.AllowNegativeRates) instead!
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
# Parameter `CheckDigitIncreaseConsistency`
|
# Parameter `CheckDigitIncreaseConsistency`
|
||||||
Default Value: `false`
|
Default Value: `false`
|
||||||
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||||
|
|
||||||
An additional consistency check.
|
An additional consistency check.
|
||||||
It especially improves the zero crossing check between digits.
|
It especially improves the zero crossing check between digits.
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
# Parameter `ErrorMessage`
|
# Parameter `ErrorMessage`
|
||||||
Default Value: `true`
|
Default Value: `true`
|
||||||
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||||
|
|
||||||
Do not show error message in return value.
|
Do not show error message in return value.
|
||||||
In an error case, the last valid number will be used for the various transmission protocols (MQTT, InfluxDB, REST, ...).
|
In an error case, the last valid number will be used for the various transmission protocols (MQTT, InfluxDB, REST, ...).
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
# Parameter `<NUMBERS>.AllowNegativeRates`
|
# Parameter `<NUMBERS>.AllowNegativeRates`
|
||||||
Default Value: `false`
|
Default Value: `false`
|
||||||
Allow a meter to count backwards (decreasing values).
|
Allow a meter to count backwards (decreasing values).
|
||||||
|
|
||||||
!!! Note
|
!!! Note
|
||||||
This is unusual (it means there is a negative rate) and not wanted in most cases!
|
This is unusual (it means there is a negative rate) and not wanted in most cases!
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
# Parameter `<NUMBER>.ExtendedResolution`
|
# Parameter `<NUMBER>.ExtendedResolution`
|
||||||
Default Value: `false`
|
Default Value: `false`
|
||||||
Use the decimal place of the last analog counter for increased accuracy.
|
Use the decimal place of the last analog counter for increased accuracy.
|
||||||
|
|
||||||
!!! Note
|
!!! Note
|
||||||
This parameter is only supported on the `*-class*` and `*-const` models! See [Choosing-the-Model](../Choosing-the-Model) for details.
|
This parameter is only supported on the `*-class*` and `*-const` models! See [Choosing-the-Model](../Choosing-the-Model) for details.
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Parameter `PreValueAgeStartup`
|
# Parameter `PreValueAgeStartup`
|
||||||
Default Value: `720`
|
Default Value: `720`
|
||||||
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||||
|
|
||||||
Time in minutes, how long a previous read value is valid after reboot.
|
Time in minutes, how long a previous read value is valid after reboot.
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
# Parameter `Brightness`
|
# Parameter `Brightness`
|
||||||
Default Value: `0`
|
Default Value: `0`
|
||||||
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
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.
|
This parameter can also be set on the Reference Image configuration.
|
||||||
|
|
||||||
Image Brightness (`-2` .. `2`)
|
Image Brightness (`-2` .. `2`)
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
# Parameter `Contrast`
|
# Parameter `Contrast`
|
||||||
Default Value: `0`
|
Default Value: `0`
|
||||||
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
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.
|
This parameter can also be set on the Reference Image configuration.
|
||||||
|
|
||||||
Image Contrast (`-2` .. `2`)
|
Image Contrast (`-2` .. `2`)
|
||||||
|
|
||||||
!!! Note
|
!!! Note
|
||||||
Camera driver is not fully supporting this setting yet (no impact on image)
|
Camera driver is not fully supporting this setting yet (no impact on image)
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
# Parameter `FixedExposure`
|
# Parameter `FixedExposure`
|
||||||
Default Value: `false`
|
Default Value: `false`
|
||||||
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
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 -->
|
Fixes the illumination setting of camera at the startup and uses this later -->
|
||||||
individual round is faster.
|
individual round is faster.
|
||||||
|
|||||||
@@ -1,7 +1,10 @@
|
|||||||
# Parameter `ImageQuality`
|
# Parameter `ImageQuality`
|
||||||
Default Value: `12`
|
Default Value: `12`
|
||||||
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||||
|
|
||||||
Quality index for pictures. `0` (high) .. `63` (low)
|
Quality index for pictures. `0` (high) .. `63` (low)
|
||||||
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
Values below `12` can result in reboots as the image gets larger and might no longer fit in the available RAM!
|
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`
|
# Parameter `ImageSize`
|
||||||
Default Value: `VGA`
|
Default Value: `VGA`
|
||||||
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||||
|
|
||||||
Size of the camera picture.
|
Size of the camera picture.
|
||||||
Available options:
|
Available options:
|
||||||
- `VGA` (640 x 480 pixel)
|
- `VGA` (640 x 480 pixel)
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
# Parameter `LEDIntensity`
|
# Parameter `LEDIntensity`
|
||||||
Default Value: `50`
|
Default Value: `50`
|
||||||
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
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.
|
This parameter can also be set on the Reference Image configuration.
|
||||||
|
|
||||||
Set the Flash LED Intensity.
|
Set the Flash LED Intensity.
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
# Parameter `RawImagesLocation`
|
# Parameter `RawImagesLocation`
|
||||||
Default Value: `/log/source`
|
Default Value: `/log/source`
|
||||||
Location on the SD-Card to store the raw images for logging.
|
Location on the SD-Card to store the raw images for logging.
|
||||||
|
|
||||||
!!! Warning
|
!!! 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!
|
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`
|
# Parameter `Saturation`
|
||||||
Default Value: `0`
|
Default Value: `0`
|
||||||
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
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.
|
This parameter can also be set on the Reference Image configuration.
|
||||||
|
|
||||||
Image Saturation (`-2` .. `2`)
|
Image Saturation (`-2` .. `2`)
|
||||||
|
|
||||||
!!! Note
|
!!! Note
|
||||||
Camera driver is not fully supporting this setting yet (no impact on image)!
|
Camera driver is not fully supporting this setting yet (no impact on image)!
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# Parameter `WaitBeforeTakingPicture`
|
# Parameter `WaitBeforeTakingPicture`
|
||||||
Default Value: `5`
|
Default Value: `5`
|
||||||
|
|
||||||
!!! Warning
|
!!! Warning
|
||||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
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)-
|
Waiting time between switching illumination on and taking the picture (in seconds)-
|
||||||
|
|||||||
@@ -2,8 +2,12 @@
|
|||||||
This page lists all available [Configuration](../Configuration) Parameters.
|
This page lists all available [Configuration](../Configuration) Parameters.
|
||||||
If a parameter or section has a tick box on its left side, you can disable it.
|
If a parameter or section has a tick box on its left side, you can disable it.
|
||||||
In such case the functionality gets disabled respectively the default values will be used.
|
In such case the functionality gets disabled respectively the default values will be used.
|
||||||
|
|
||||||
!!! Note
|
!!! Note
|
||||||
This is an auto-generated page! See the [README](https://github.com/jomjol/AI-on-the-edge-device-docs/blob/main/README.md) for details!
|
This is an auto-generated page! See the [README](https://github.com/jomjol/AI-on-the-edge-device-docs/blob/main/README.md) for details!
|
||||||
|
|
||||||
## List of all Parameters
|
## List of all Parameters
|
||||||
|
|
||||||
$TOC
|
$TOC
|
||||||
|
|
||||||
<hr style="border:2px solid">
|
<hr style="border:2px solid">
|
||||||
Reference in New Issue
Block a user