mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
Prepare for Update to v6.2.0
This commit is contained in:
26
README.md
26
README.md
@@ -39,31 +39,19 @@ If you would like to support the developer with a cup of coffee you can do that
|
||||
|
||||
**General remark:** Beside the `firmware.bin`, typically also the content of `/html` needs to be updated!
|
||||
|
||||
##### Rolling (2021-02-06)
|
||||
|
||||
* New Feature `FixedExposure`: fixes the illumination settings at the ini phase. Therefore later on the waiting time after switching on the illumination can be reduced to a minimum and the flow is 5 seconds faster
|
||||
* parameter needs to be added manually in an existing `config.ini`
|
||||
* together with fast alignment now every 40s or faster a value can be readout (instead of 2-3 minutes before)
|
||||
* updated tflite of digits to v8.1.1
|
||||
* added checked value information to MQTT error message
|
||||
|
||||
|
||||
2021-02-03
|
||||
##### 6.2.0 Image Processing in Memory - (2021-03-08)
|
||||
|
||||
* Determination of fixed illumination settings during startup - speed up of 5s in each run
|
||||
* Update digital CNN to v8.1.1 (additional digital images trained)
|
||||
* Extended error message in MQTT error message
|
||||
|
||||
|
||||
* Pinned espressif32 to version 2.1.0
|
||||
With the update to v3.0.0 code can be compiled, but is not functional - major checks (and chances?) needed
|
||||
* Image brightness is now adjustable
|
||||
|
||||
|
||||
2021-01-23
|
||||
|
||||
|
||||
* Implementation of image brightness setting
|
||||
|
||||
* Bug fixing: minor topics in html, waiting time in doFlow
|
||||
|
||||
* based on Master v6.1.0 (2021-01-20)
|
||||
|
||||
* Bug fixing: minor topics
|
||||
|
||||
|
||||
##### 6.1.0 Image Processing in Memory - (2021-01-20)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const char* GIT_REV="01f8a51";
|
||||
const char* GIT_REV="4b6044d";
|
||||
const char* GIT_TAG="";
|
||||
const char* GIT_BRANCH="rolling";
|
||||
const char* BUILD_TIME="2021-03-06 19:58";
|
||||
const char* BUILD_TIME="2021-03-08 20:16";
|
||||
@@ -13,7 +13,7 @@ extern "C"
|
||||
#include "Helper.h"
|
||||
#include <fstream>
|
||||
|
||||
const char* GIT_BASE_BRANCH = "master - v6.1.0 - 2020-01-20";
|
||||
const char* GIT_BASE_BRANCH = "master - v6.2.0 - 2020-03-08";
|
||||
|
||||
|
||||
const char* git_base_branch(void)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const char* GIT_REV="01f8a51";
|
||||
const char* GIT_REV="4b6044d";
|
||||
const char* GIT_TAG="";
|
||||
const char* GIT_BRANCH="rolling";
|
||||
const char* BUILD_TIME="2021-03-06 19:58";
|
||||
const char* BUILD_TIME="2021-03-08 20:16";
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -4,7 +4,7 @@
|
||||
WaitBeforeTakingPicture = 5
|
||||
ImageQuality = 5
|
||||
ImageSize = VGA
|
||||
Brightness = 0
|
||||
Brightness = -2
|
||||
FixedExposure = true
|
||||
|
||||
[Alignment]
|
||||
|
||||
Reference in New Issue
Block a user