mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-30 19:38:17 +03:00
* move main part to cam file * added demo mode * . * add a define to configure the logfile handling (#1709) Co-authored-by: CaCO3 <caco@ruinelli.ch> * Move Logfile Switch to define.h * Update Reboot Algo * Update server_ota.cpp * Avoid loading of status infos twice (#1711) * Force a reboot even reboot task cannot be created due to lack of heap (#1713) * Deinit all components before reboot * Update * Update * Force reboot when reboot task cannot be created * Improve log message when web UI is incomplete (#1716) * improve warning if version.txt is missing * typo * show round duration in log Co-authored-by: CaCO3 <caco@ruinelli.ch> * . * . * . * creade demo dir * fix static IP in UP, improve explanation for HA (#1719) * fix static IP in UP, improve explanation for HA * Update edit_config_param.html Co-authored-by: CaCO3 <caco@ruinelli.ch> * Create demo folder at startup (if not present) * move demo files * Update defines.h (#1726) * updated description * moved to expert section * fixed broken enabled state Co-authored-by: CaCO3 <caco@ruinelli.ch> Co-authored-by: jomjol <30766535+jomjol@users.noreply.github.com> Co-authored-by: Slider0007 <115730895+Slider0007@users.noreply.github.com>
102 lines
2.1 KiB
INI
102 lines
2.1 KiB
INI
[MakeImage]
|
|
;LogImageLocation = /log/source
|
|
WaitBeforeTakingPicture = 5
|
|
;LogfileRetentionInDays = 15
|
|
Brightness = 0
|
|
Contrast = 0
|
|
Saturation = 0
|
|
LEDIntensity = 50
|
|
ImageQuality = 12
|
|
ImageSize = VGA
|
|
FixedExposure = false
|
|
;Demo = false
|
|
|
|
[Alignment]
|
|
InitialRotate = 179
|
|
InitialMirror = false
|
|
SearchFieldX = 20
|
|
SearchFieldY = 20
|
|
AlignmentAlgo = Default
|
|
FlipImageSize = false
|
|
/config/ref0.jpg 103 271
|
|
/config/ref1.jpg 442 142
|
|
|
|
[Digits]
|
|
Model = /config/dig-cont_0600_s3.tflite
|
|
CNNGoodThreshold = 0.5
|
|
;LogImageLocation = /log/digit
|
|
;LogfileRetentionInDays = 3
|
|
main.dig1 294 126 30 54 false
|
|
main.dig2 343 126 30 54 false
|
|
main.dig3 391 126 30 54 false
|
|
|
|
[Analog]
|
|
Model = /config/ana-cont_11.3.0_s2.tflite
|
|
CNNGoodThreshold = 0.5
|
|
;LogImageLocation = /log/analog
|
|
;LogfileRetentionInDays = 3
|
|
ExtendedResolution = true
|
|
main.ana1 432 230 92 92 false
|
|
main.ana2 379 332 92 92 false
|
|
main.ana3 283 374 92 92 false
|
|
main.ana4 155 328 92 92 false
|
|
|
|
[PostProcessing]
|
|
main.DecimalShift = 0
|
|
main.AnalogDigitalTransitionStart = 9.2
|
|
PreValueUse = true
|
|
PreValueAgeStartup = 720
|
|
AllowNegativeRates = false
|
|
main.MaxRateValue = 0.05
|
|
;main.MaxRateType = AbsoluteChange
|
|
;main.ExtendedResolution = false
|
|
;main.IgnoreLeadingNaN = true
|
|
ErrorMessage = true
|
|
CheckDigitIncreaseConsistency = false
|
|
|
|
;[MQTT]
|
|
;Uri = mqtt://IP-ADRESS:1883
|
|
;MainTopic = wasserzaehler
|
|
;ClientID = wasser
|
|
;user = USERNAME
|
|
;password = PASSWORD
|
|
;SetRetainFlag = true
|
|
|
|
;[InfluxDB]
|
|
;Uri = undefined
|
|
;Database =
|
|
;Measurement = undefined
|
|
;user = undefined
|
|
;password = undefined
|
|
|
|
;[GPIO]
|
|
;MainTopicMQTT = wasserzaehler/GPIO
|
|
;IO0 = input disabled 10 false false
|
|
;IO1 = input disabled 10 false false
|
|
;IO3 = input disabled 10 false false
|
|
;IO4 = built-in-led disabled 10 false false
|
|
;IO12 = input-pullup disabled 10 false false
|
|
;IO13 = input-pullup disabled 10 false false
|
|
LEDType = WS2812
|
|
LEDNumbers = 2
|
|
LEDColor = 150 150 150
|
|
|
|
[AutoTimer]
|
|
AutoStart = true
|
|
Intervall = 5
|
|
|
|
[DataLogging]
|
|
DataLogActive = true
|
|
DataLogRetentionInDays = 3
|
|
|
|
[Debug]
|
|
Logfile = 1
|
|
LogfileRetentionInDays = 3
|
|
|
|
[System]
|
|
TimeZone = CET-1CEST,M3.5.0,M10.5.0/3
|
|
;TimeServer = pool.ntp.org
|
|
;AutoAdjustSummertime = false
|
|
;Hostname = undefined
|
|
SetupMode = true
|