mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-09 21:17:09 +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!
|
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||||
|
|
||||||
Algorithm used for the alignment step.
|
Algorithm used for the alignment step.
|
||||||
|
|
||||||
Available options:
|
Available options:
|
||||||
|
|
||||||
- `Default`: Use only red color channel
|
- `Default`: Use only red color channel
|
||||||
|
|||||||
@@ -1,12 +1,14 @@
|
|||||||
# Parameter `LogLevel`
|
# Parameter `LogLevel`
|
||||||
Default Value: `1` (`ERROR`)
|
Default Value: `1` (`ERROR`)
|
||||||
Define the log level for the logging to the SD-Card.
|
Define the log level for the logging to the SD-Card.
|
||||||
|
|
||||||
Available options:
|
Available options:
|
||||||
|
|
||||||
- `1`: `ERROR`
|
- `1`: `ERROR`
|
||||||
- `2`: `WARNING`
|
- `2`: `WARNING`
|
||||||
- `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
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# Parameter `MainTopic`
|
# Parameter `MainTopic`
|
||||||
Default Value: `watermeter`
|
Default Value: `watermeter`
|
||||||
MQTT main topic, under which the counters are published.
|
MQTT main topic, under which the counters are published.
|
||||||
|
|
||||||
The single value will be published with the following key: `MAINTOPIC/NUMBER/RESULT_TOPIC` where:
|
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).
|
- `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!
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user