mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-06 11:36:53 +03:00
migrate parameters
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Configuration Parameter Details
|
||||
|
||||
### [MakeImage]
|
||||
### [TakeImage]
|
||||
|
||||
```
|
||||
[MakeImage]
|
||||
[TakeImage]
|
||||
LogImageLocation = /log/source
|
||||
WaitBeforeTakingPicture = 5
|
||||
LogfileRetentionInDays = 15
|
||||
@@ -152,7 +152,7 @@ Here the post processing and consistency check for the readout can be adjusted
|
||||
```
|
||||
[AutoTimer]
|
||||
AutoStart= true
|
||||
Intervall = 4.85
|
||||
Interval = 4.85
|
||||
```
|
||||
|
||||
This paragraph is used to automatically trigger the periodic automated readout.
|
||||
@@ -160,7 +160,7 @@ This paragraph is used to automatically trigger the periodic automated readout.
|
||||
| Parameter | Meaning | Options/Examples |
|
||||
| --------- | ----------------------------------------------- | ------------------------------------------------------------ |
|
||||
| AutoStart | Automatically trigger the readout after startup | |
|
||||
| Intervall | Readout interval in minutes | Values smaller than 2 minutes do not make sense, as this is the time for one detection |
|
||||
| Interval | Readout interval in minutes | Values smaller than 2 minutes do not make sense, as this is the time for one detection |
|
||||
|
||||
|
||||
### [DataLogging]
|
||||
|
||||
@@ -22,7 +22,7 @@ The principle is very simple and can most easily be described as a flow of proce
|
||||
|
||||
In the following you get a short overview over the available steps. This order is also the suggested order for the processing flow. Single steps can be left out, if not needed (e.g. omit the analog part, if only digits are present)
|
||||
|
||||
#### 1. ``[MakeImage]``
|
||||
#### 1. ``[TakeImage]``
|
||||
|
||||
* This steps parametrises the taking of the image by the ESP32-CAM. Size, quality and storage for logging and debugging can be set.
|
||||
|
||||
|
||||
@@ -22,6 +22,6 @@ IO12
|
||||
IO13
|
||||
AutoStart
|
||||
Hostname
|
||||
RSSIThreashold
|
||||
RSSIThreshold
|
||||
TimeServer
|
||||
FlipImageSize
|
||||
|
||||
@@ -8,7 +8,7 @@ In such case the functionality gets disabled respectively the default values wil
|
||||
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!
|
||||
|
||||
!!! Note
|
||||
Due to a typo, one of the sections is called `MakeImage` instead of `TakeImage`!
|
||||
Due to a typo, one of the sections is called `TakeImage` instead of `TakeImage`!
|
||||
For backwards compatibility, this did not get changed.
|
||||
|
||||
## List of all Parameters
|
||||
|
||||
Reference in New Issue
Block a user