mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-14 15:36:56 +03:00
112 lines
2.3 KiB
INI
112 lines
2.3 KiB
INI
[TakeImage]
|
|
;RawImagesLocation = /log/source
|
|
WaitBeforeTakingPicture = 5
|
|
;RawImagesRetention = 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_0611_s3_q.tflite
|
|
CNNGoodThreshold = 0.5
|
|
;ROIImagesLocation = /log/digit
|
|
;ROIImagesRetention = 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_1105_s2_q.tflite
|
|
CNNGoodThreshold = 0.5
|
|
;ROIImagesLocation = /log/analog
|
|
;ROIImagesRetention = 3
|
|
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
|
|
main.AllowNegativeRates = false
|
|
main.MaxRateValue = 0.05
|
|
;main.MaxRateType = AbsoluteChange
|
|
main.ExtendedResolution = false
|
|
main.IgnoreLeadingNaN = false
|
|
ErrorMessage = true
|
|
CheckDigitIncreaseConsistency = false
|
|
|
|
;[MQTT]
|
|
;Uri = mqtt://IP-ADRESS:1883
|
|
;MainTopic = watermeter
|
|
;ClientID = watermeter
|
|
;user = USERNAME
|
|
;password = PASSWORD
|
|
RetainMessages = false
|
|
HomeassistantDiscovery = false
|
|
;MeterType = other
|
|
|
|
;[InfluxDB]
|
|
;Uri = undefined
|
|
;Database = undefined
|
|
;Measurement = undefined
|
|
;user = undefined
|
|
;password = undefined
|
|
|
|
;[InfluxDBv2]
|
|
;Uri = undefined
|
|
;Database = undefined
|
|
;Measurement = undefined
|
|
;Org = undefined
|
|
;Token = undefined
|
|
;main.Fieldname = 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
|
|
Interval = 5
|
|
|
|
[DataLogging]
|
|
DataLogActive = true
|
|
DataFilesRetention = 3
|
|
|
|
[Debug]
|
|
LogLevel = 1
|
|
LogfilesRetention = 3
|
|
|
|
[System]
|
|
TimeZone = CET-1CEST,M3.5.0,M10.5.0/3
|
|
;TimeServer = pool.ntp.org
|
|
;Hostname = undefined
|
|
;RSSIThreshold = 0
|
|
CPUFrequency = 160
|
|
SetupMode = true
|