mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-07 20:16:57 +03:00
.
This commit is contained in:
@@ -5,6 +5,7 @@ Default Value: `Default`
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
Algorithm used for the alignment step.
|
||||
|
||||
Available options:
|
||||
|
||||
- `Default`: Use only red color channel
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
# Parameter `LogLevel`
|
||||
Default Value: `1` (`ERROR`)
|
||||
Define the log level for the logging to the SD-Card.
|
||||
|
||||
Available options:
|
||||
|
||||
- `1`: `ERROR`
|
||||
- `2`: `WARNING`
|
||||
- `3`: `INFO`
|
||||
- `4`: `DEBUG`
|
||||
|
||||
As higher the level, as more log messages get written to the SD-Card.
|
||||
|
||||
!!! Warning
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# Parameter `MainTopic`
|
||||
Default Value: `watermeter`
|
||||
MQTT main topic, under which the counters are published.
|
||||
|
||||
The single value will be published with the following key: `MAINTOPIC/NUMBER/RESULT_TOPIC` where:
|
||||
|
||||
- `NUMBER` is the name of the value (a meter might have more than one value).
|
||||
|
||||
@@ -5,6 +5,7 @@ Default Value: `VGA`
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user