mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
Prepare for v6.1.0
This commit is contained in:
52
README.md
52
README.md
@@ -41,52 +41,14 @@ If you would like to support the developer with a cup of coffee you can do that
|
||||
|
||||
|
||||
|
||||
##### Rolling - (2021-01-19)
|
||||
##### 6.1.0 Image Processing in Memory - (2021-01-20)
|
||||
|
||||
* Improvement for wlan password: additionally now "`=`" is possible in the password or wlan-name
|
||||
|
||||
* Reduction of log file info (removal of memory information)
|
||||
|
||||
2021-01-18
|
||||
|
||||
* New Feature `ExtendedResolution` uses the after comma digit of the last analog counter to increase precision by one digit.
|
||||
This can only be activated in expert mode.
|
||||
|
||||
2021-01-17
|
||||
|
||||
* Disabling of digital counters implemented
|
||||
* Attention: do not disable digital and analog!
|
||||
* Bug fixing:
|
||||
|
||||
* Configuration of analog counters on html-page failed (enable/disable, undefined ROIs)
|
||||
|
||||
2021-01-05
|
||||
|
||||
* Configuration: simple enabling / disabling of analog counters
|
||||
|
||||
* Alignment Algorithm: implementation of 3 alignment options (`AlignmentAlgo`)
|
||||
|
||||
* `Default` = know algo based on 1 channel SAD (square average difference) - using only the red channel
|
||||
* `Accurate` = using all 3 color channels (3x slower)
|
||||
* `Fast` = alignment only on first run, afterward only detection of shift of image by comparing SAD-values
|
||||
* Time comparison for reference images with 2 times ~2000 pixel²:
|
||||
* Default ~40 s/run, Accurate: 1:40 min/run, **Fast: 7 s/run**
|
||||
* `Fast` Option allows must faster value updates (up to 2 per Minute)
|
||||
|
||||
* Configuration of hostname in config.ini: new parameter `hostname` in section `System`
|
||||
|
||||
* Switching of GPIO12/13 via http-interface:
|
||||
|
||||
* ```
|
||||
/GPIO?GPIO=12&Status=high
|
||||
/GPIO?GPIO=12&Status=low
|
||||
```
|
||||
|
||||
* Bug fixing: html configuration page
|
||||
|
||||
* based on Master v6.0.0 (2021-01-02)
|
||||
|
||||
|
||||
* Disabling of analog / digital counters in configuration
|
||||
* Improved Alignment Algorithm (`AlignmentAlgo` = `Default`, `Accurate` , `Fast`)
|
||||
* Analog counters: `ExtendedResolution` (last digit is extended by sub comma value of CNN)
|
||||
* `config.ini`: additional parameter `hostname` (additional to wlan.ini)
|
||||
* Switching of GPIO12/13 via http-interface: `/GPIO?GPIO=12&Status=high/low`
|
||||
* Bug fixing: html configuration page, wlan password ("=" now possible)
|
||||
|
||||
##### 6.0.0 Image Processing in Memory - (2021-01-02)
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const char* GIT_REV="2530691";
|
||||
const char* GIT_REV="3869da9";
|
||||
const char* GIT_TAG="";
|
||||
const char* GIT_BRANCH="rolling";
|
||||
const char* BUILD_TIME="2021-01-19 19:44";
|
||||
const char* BUILD_TIME="2021-01-20 19:24";
|
||||
@@ -13,7 +13,7 @@ extern "C"
|
||||
#include "Helper.h"
|
||||
#include <fstream>
|
||||
|
||||
const char* GIT_BASE_BRANCH = "master - v6.0.0 - 2020-01-02";
|
||||
const char* GIT_BASE_BRANCH = "master - v6.1.0 - 2020-01-20";
|
||||
|
||||
|
||||
const char* git_base_branch(void)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const char* GIT_REV="2530691";
|
||||
const char* GIT_REV="3869da9";
|
||||
const char* GIT_TAG="";
|
||||
const char* GIT_BRANCH="rolling";
|
||||
const char* BUILD_TIME="2021-01-19 19:44";
|
||||
const char* BUILD_TIME="2021-01-20 19:24";
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user