migrate parameters

This commit is contained in:
CaCO3
2023-02-10 23:41:43 +01:00
parent 303cc5a0fd
commit ef26e913ac
4 changed files with 7 additions and 7 deletions

View File

@@ -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]

View File

@@ -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.

View File

@@ -22,6 +22,6 @@ IO12
IO13
AutoStart
Hostname
RSSIThreashold
RSSIThreshold
TimeServer
FlipImageSize

View File

@@ -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