Update FeatureRequest.md

This commit is contained in:
jomjol
2021-07-21 07:00:12 +02:00
parent 8aff6bf8f3
commit 1b6a124f54

View File

@@ -11,6 +11,12 @@
____ ____
#### #9 Basic auth for the UI
* https://github.com/jomjol/AI-on-the-edge-device/issues/283
* Implementation of an authentication mechanism.
#### #8 MQTT configurable readout intervall #### #8 MQTT configurable readout intervall
Make the readout intervall configurable via MQTT. Make the readout intervall configurable via MQTT.
@@ -27,13 +33,13 @@ To do:
* Implement a checking algo * Implement a checking algo
* Extend the firmware and html page for the error handling * Extend the firmware and html page for the error handling
#### #6 Check for double ROI names #### ~~#6 Check for double ROI names~~ - implemented v8.0.0
Check during configuration, that ROI names are unique. ~~Check during configuration, that ROI names are unique.~~
To do: ~~To do:~~
* Implementation of ROI name checking in html code before saving analog or digital ROIs * ~~Implementation of ROI name checking in html code before saving analog or digital ROIs~~
@@ -49,31 +55,31 @@ To do:
#### #4 Initial Shifting and Rotation #### ~~#4 Initial Shifting and Rotation~~ - implemented v7.0.0
* https://github.com/jomjol/AI-on-the-edge-device/issues/123 * ~~https://github.com/jomjol/AI-on-the-edge-device/issues/123~~
Implementation of a shifting additional to the initial rotation of the raw camera input ~~Implementation of a shifting additional to the initial rotation of the raw camera input~~
To do: ~~To do:~~
* Implementation of shifting * ~~Implementation of shifting~~
* Extension of configuration * ~~Extension of configuration~~
* Adaption of the html configuration to implement shifting * ~~Adaption of the html configuration to implement shifting~~
#### #3 Allow grouping of digits to multiple reading values #### ~~#3 Allow grouping of digits to multiple reading values~~ - implemented v8.0.0
* https://github.com/jomjol/AI-on-the-edge-device/issues/123 * ~~https://github.com/jomjol/AI-on-the-edge-device/issues/123~~
Implementation of two different independent readouts in one setup ~~Implementation of two different independent readouts in one setup~~
To do: ~~To do:~~
* ~~Extend the configuration, setting and processing flow for two independend readouts~~
* Extend the configuration, setting and processing flow for two independend readouts
https://github.com/jomjol/AI-on-the-edge-device/issues/123
@@ -96,15 +102,16 @@ To do:
____ ____
#### #1 Optional GPIO for external flash/lighting #### ~~#1 Optional GPIO for external flash/lighting~~ - implemented (v8.0.0)
* https://github.com/jomjol/AI-on-the-edge-device/issues/133 * ~~https://github.com/jomjol/AI-on-the-edge-device/issues/133~~
Implementation of an an extrnal flash / lightning through GPIOs. ~~Implementation of an an extrnal flash / lightning through GPIOs.~~
* available GPIOs: 12 & 13 (currently in use for html switching)
To do: * ~~available GPIOs: 12 & 13 (currently in use for html switching)~~
* Implementation of a software module for external light source (e.g. WS8132 LED controller, ...) ~~To do:~~
* Update of the camera module to use the external light instead of the internal flash light
* Adopt the configuration algorithm with a configurable light source * ~~Implementation of a software module for external light source (e.g. WS8132 LED controller, ...)~~
* ~~Update of the camera module to use the external light instead of the internal flash light~~
* ~~Adopt the configuration algorithm with a configurable light source~~