mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-07 12:07:01 +03:00
migrate parameters
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Parameter `ExtendedResolution`
|
||||
Default Value: `true`
|
||||
|
||||
!!! WARNING
|
||||
This parameter got replaced by [`NUMBER.ExtendedResolution`](../Parameters/#PostProcessing-NUMBER.ExtendedResolution)!
|
||||
This parameter is unused!
|
||||
Use [`NUMBER.ExtendedResolution`](../Parameters/#PostProcessing-NUMBER.ExtendedResolution) instead!
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Parameter `LogImageLocation`
|
||||
# Parameter `ROIImagesLocation`
|
||||
Default Value: `/log/analog`
|
||||
|
||||
|
||||
Location to store separated analog images on the SD-Card for logging.
|
||||
|
||||
!!! Warning
|
||||
A SD-Card has limited write cycles. Since the device does not support [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,4 +1,4 @@
|
||||
# Parameter `LogfileRetentionInDays`
|
||||
# Parameter `ROIImagesRetention`
|
||||
Default Value: `3`
|
||||
|
||||
Days to keep the separated analog images (`0` = forever).
|
||||
Reference in New Issue
Block a user