diff --git a/README.md b/README.md index 2397335a..1b24b6e9 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ If you would like to support the developer with a cup of coffee you can do that ##### 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 diff --git a/code/.helper/makezip.bat b/code/.helper/makezip.bat index 713ed3e7..05664841 100644 --- a/code/.helper/makezip.bat +++ b/code/.helper/makezip.bat @@ -1 +1 @@ -powershell Compress-Archive "C:\Users\Muell\Documents\Programmieren\GitHub\AI-on-the-edge-device\sd-card\html\*" "C:\Users\Muell\Documents\Programmieren\GitHub\AI-on-the-edge-device\firmware\html.zip" \ No newline at end of file +powershell Compress-Archive "C:\Users\Muell\Documents\Programmieren\GitHub\AI-on-the-edge-device\sd-card\html\*.*" "C:\Users\Muell\Documents\Programmieren\GitHub\AI-on-the-edge-device\firmware\html.zip" \ No newline at end of file diff --git a/firmware/html.zip b/firmware/html.zip index c55827af..3814b054 100644 Binary files a/firmware/html.zip and b/firmware/html.zip differ diff --git a/sd-card/config/config.ini b/sd-card/config/config.ini index c379db37..873b6563 100644 --- a/sd-card/config/config.ini +++ b/sd-card/config/config.ini @@ -5,6 +5,7 @@ WaitBeforeTakingPicture = 5 ImageQuality = 5 ImageSize = VGA Brightness = 0 +FixedExposure = true [Alignment] InitalRotate=180 diff --git a/sd-card/html/edit_config_param.html b/sd-card/html/edit_config_param.html index d586c7ec..ce30ed31 100644 --- a/sd-card/html/edit_config_param.html +++ b/sd-card/html/edit_config_param.html @@ -143,6 +143,24 @@ textarea { Image Brightness (-2 .. 2 - default = "0") +