CaCO3
eddf59cdb3
Update Changelog.md
2023-01-21 21:33:13 +01:00
CaCO3
d0cf9e495d
Update Changelog.md for release ( #1892 )
...
Co-authored-by: github-actions <github-actions@github.com >
2023-01-21 21:32:17 +01:00
CaCO3
905b5a2ac5
Update config.ini ( #1880 )
2023-01-21 09:24:53 +01:00
Slider0007
14888bca3f
Show WIFI signal text labels / Log RSSI value to logfile ( #1877 )
...
* Overview: WIFI RSSI strength text labels
* Log RSSI value (debug level)
* Typo
2023-01-21 09:24:23 +01:00
CaCO3
2735a0862f
fixed typo ( #1881 )
...
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2023-01-21 00:10:05 +01:00
Nicolas Liaudat
782e1c229b
Revert "add AlignmentAlgo=off option ( #1867 )" ( #1876 )
...
This reverts commit 3de4cc7c56 .
2023-01-19 18:22:12 +01:00
Slider0007
287302ba7f
Replace outdated wiki links, wording ( #1871 )
2023-01-19 18:21:46 +01:00
Nicolas Liaudat
3de4cc7c56
add AlignmentAlgo=off option ( #1867 )
2023-01-18 23:01:51 +01:00
AngryApostrophe
6c153cd376
Update ota_page.html ( #1866 )
...
Fixed the firework to match the actual button text.
Fixed other random typos.
2023-01-18 22:59:34 +01:00
Nicolas Liaudat
d99c2ce920
disable HIMEM (external > 4mb ram) not used ( #1864 )
...
#force disable HIMEM as not used in default config, can be enabled with [env:esp32cam-dev-himem]
#free 256kb of internal memory :
#I (2112) esp_himem: Initialized. Using last 8 32KB address blocks for bank switching on 4352 KB of physical memory.
CONFIG_SPIRAM_BANKSWITCH_ENABLE=n
#CONFIG_SPIRAM_BANKSWITCH_RESERVE is not set
2023-01-18 22:58:33 +01:00
Nicolas Liaudat
17eb382b66
Heap tracing ( #1861 )
...
* Update sdkconfig.esp32cam-dev-task-analysis.defaults
* Update defines.h
* Update platformio.ini
* Update main.cpp
* Update defines.h
* Update ClassFlowCNNGeneral.cpp
* Update platformio.ini
2023-01-18 22:57:11 +01:00
CaCO3
0df54d1c5b
Improve data logging on errors ( #1839 )
...
* use error level for log if "Rate to High" or "Negative Rate"
* remove redundant data logging
* .
* .
* update time also in case of an error
* move calculation of difference to the top as discussed in PR 1839
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2023-01-18 22:55:49 +01:00
CaCO3
9ddc9a4f5a
Update build.yaml
2023-01-17 21:12:36 +01:00
Slider0007
86304524e2
Avoid multiple Access-Control-Allow-Origin * ( #1859 )
...
* Avoid multiple Access-Control-Allow-Origin *
* Adapt loglevel to debug
2023-01-16 23:07:28 +01:00
CaCO3
22ef80db37
fix define
2023-01-16 00:12:12 +01:00
Nicolas Liaudat
5a8b39f246
add HIMEM debugging tools (check free size, and memory test) ( #1852 )
...
* Update defines.h
* Update esp_sys.h
* Update esp_sys.cpp
* Add files via upload
* Update perfmon.c
* Update main.cpp
* Update main.cpp
* Delete himem_memory_check.c
* Add files via upload
* Update defines.h
* Update himem_memory_check.cpp
* Update main.cpp
* Update himem_memory_check.cpp
* Update himem_memory_check.h
* Update main.cpp
2023-01-15 22:42:11 +01:00
Nicolas Liaudat
284f7b1180
enhance development environment ( #1841 )
...
* add sdkconfig.defaults per environment
https://github.com/platformio/platform-espressif32/issues/638
* add env to platformio
* add sdkconfig.<pioenv>.defaults
* Update platformio.ini
* Update .gitignore
* Delete sdkconfig.esp32cam-cpu-freq-240.defaults
* Delete sdkconfig.esp32cam-dev-himem.defaults
* Delete sdkconfig.esp32cam-dev.defaults
* Delete sdkconfig.esp32cam-no-softap.defaults
* Add files via upload
* Update sdkconfig.esp32cam-cpu-freq-240.defaults
* Update platformio.ini
* Update platformio.ini
* Update CMakeLists.txt
* Update sdkconfig.esp32cam-dev.defaults
* Update platformio.ini
2023-01-15 22:41:06 +01:00
CaCO3
bf44745342
update wiki references
2023-01-15 15:22:29 +01:00
CaCO3
60ce08e331
Show ways to get notified about new releases
2023-01-15 15:06:43 +01:00
CaCO3
52296b3cb6
Fix uninitialized filename ( #1838 )
...
* fix the uninitialized filename. It only got used for the logging in case the file exists but failed to get loaded (eg. /sdcard/log/data/data_2023-01-14.csv)
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2023-01-14 23:11:52 +01:00
CaCO3
17d85ae523
Update label-commenter-config.yml
2023-01-14 16:47:17 +01:00
CaCO3
e760a38985
improve caching ( #1836 )
...
* improve caching
See https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache
* Update build.yaml
* Update build.yaml
* Update build.yaml
* Update README.md
* Update build.yaml
* Update build.yaml
* Update README.md
* Update build.yaml
2023-01-14 16:02:20 +01:00
jomjol
47d419e3ae
Initial Implementation ( #1835 )
2023-01-14 13:43:06 +01:00
Nicolas Liaudat
f779bc8401
Fix pointer call in ClassControllCamera.cpp:310 ( #1833 )
...
ClassControllCamera.cpp:310:67: error: request for member 'rgb_image' in '_zwImage', which is of pointer type 'CImageBasis*'
ClassControllCamera.cpp:310:117: error: request for member 'width' in '_zwImage', which is of pointer type 'CImageBasis*'
ClassControllCamera.cpp:310:157: error: request for member 'height' in '_zwImage', which is of pointer type 'CImageBasis*'
2023-01-14 13:41:51 +01:00
jomjol
cb4e6a0a30
Initial Implementation ( #1834 )
2023-01-14 13:28:58 +01:00
jomjol
fd2d4408bf
Update tflite
2023-01-14 11:24:54 +01:00
Nicolas Liaudat
6ab2b42c8d
update build actions/cache@v3.2.3 ( #1831 )
...
* actions/cache@v3.2.3
* Create clear _all_cache.yml
* fix typo naming workflow clear_cache.yml
2023-01-14 11:21:04 +01:00
Nicolas Liaudat
b21c0ab15b
git ignore + sdkconfig.esp32cam-dev ( #1830 )
2023-01-14 10:15:01 +01:00
Nicolas Liaudat
adfe2d57d6
Esp32 sys info ( #1829 )
...
* Add files via upload
* Update defines.h
* Update main.cpp
2023-01-14 10:14:24 +01:00
CaCO3
ec8de6287f
Update README.md
2023-01-14 00:44:39 +01:00
CaCO3
656110ca02
Delete clean-branch-cache-after-pull-request-got-closed.yml
2023-01-14 00:28:27 +01:00
Nicolas Liaudat
1e08eaf4bf
Clean sdkconfig (not default) ( #1828 )
...
* Delete sdkconfig - Kopie.defaults
* Delete sdkconfig.esp32cam-testing
* Delete sdkconfig - Kopie.esp32cam
* Update platformio.ini
2023-01-14 00:26:01 +01:00
CaCO3
bb4f2e4d91
Create clean-branch-cache-after-pull-request-got-closed.yml
2023-01-14 00:12:31 +01:00
Slider0007
f15347598a
Store preprocessed image with ROI to RAM ( #1809 )
...
* tflite model loading: error handling
* FlowAlignment: error handling
* CImageBasis+GetJPGStream : error handling
* store preprocessed ALG_ROI.jpg to memory
* Update
2023-01-13 22:05:18 +01:00
jomjol
defbd60ccf
Update links
2023-01-13 21:00:32 +01:00
jomjol
4a462fb79a
Improve html roi disablement ( #1825 )
...
* Improve ROI-Problem
* Update
* Update common.js
2023-01-13 20:40:48 +01:00
Nicolas Liaudat
c86cd905da
plaformio [env:esp32cam-dev] : Add task analysis & test for 8m spiram real support ( #1818 )
...
add support of TASK_ANALYSIS_ON
test full support of 8mb spiram board (https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/himem.html )
2023-01-13 20:09:44 +01:00
Slider0007
184d1a70a2
DataGraph: datafiles sorted -> newest on top ( #1817 )
2023-01-12 19:27:58 +01:00
Slider0007
decf72104e
Refactor getEspHeapInfo routine ( #1816 )
...
* Refactor getEspHeapInfo
* ClassLogfile: Remove redundandent one
2023-01-12 19:27:12 +01:00
Slider0007
0ee3c0bb0a
REST handler sysinfo + MQTT topic: Free heap memory not reporting ( #1815 )
...
* REST handler sysinfo: Fix reporting of free memory
* MQTT topic freemem: Fix reporting of free memory
2023-01-12 19:26:45 +01:00
CaCO3
e05ae5170d
Delete demo-images directory
...
Data is now provided in the documentation
2023-01-11 20:50:22 +01:00
Slider0007
1896c27dac
Update graph.html ( #1802 )
2023-01-11 20:24:19 +01:00
Slider0007
58816275e5
Add error handling for memory intensive tasks ( #1798 )
...
* tflite model loading: error handling
* FlowAlignment: error handling
* CImageBasis+GetJPGStream : error handling
2023-01-11 20:23:26 +01:00
jomjol
a39092497e
STBI_ONLY_JPEG ( #1789 )
2023-01-11 20:21:14 +01:00
Slider0007
eefdc74e9a
Rest handler: Use none chunked transfer ( #1797 )
...
* Resthandler info,sysinfo,starttime: no chunk trans
* flowstart,statusflow,cputemp,rssi,uptime,prevalue
* Renamed error messages
2023-01-10 19:37:30 +01:00
Slider0007
4b38c1ef00
GPIO handler: Deinit before delete ( #1795 )
2023-01-10 19:36:18 +01:00
CaCO3
2bb7552b85
fix overview.html
2023-01-09 21:49:40 +01:00
CaCO3
798f1423c3
Ignore cache on GIT hash change (new commit or release) ( #1787 )
...
* Add hash to all html, css, and js URLs
* Update build.yaml
* Update build.yaml
* .
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2023-01-08 19:18:21 +01:00
CaCO3
ee4832323d
Improve file server ( #1785 )
...
* .
* .
* .
* .
* .
* .
* .
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2023-01-08 12:36:13 +01:00
Nicolas Liaudat
758238a82e
Add option to disable brownout detector ( #1784 )
...
* Update defines.h
* Update main.cpp
2023-01-08 12:35:13 +01:00