Sebastian Lövdahl
17fe87b349
Handle empty prevalue.ini gracefully ( #3162 )
...
Fixes #2149 .
2024-08-09 01:01:58 +02:00
michael
cce992754c
Update ClassFlowAlignment.cpp
2024-08-06 00:59:39 +02:00
michael
eefccf6e11
Update ClassFlowPostProcessing.cpp
2024-08-06 00:56:55 +02:00
michael
64bb4f0ff6
Update server_camera.cpp
...
Fix building with -D DEBUG_DETAIL_ON
better alternative to:
https://github.com/jomjol/AI-on-the-edge-device/pull/3160
2024-08-05 23:57:17 +02:00
Henry Thasler
f534741205
proposal for renaming and documentation ( #3115 )
2024-07-21 14:09:51 +02:00
michael
132834c3fd
Update Helper.cpp
2024-07-17 16:07:23 +02:00
michael
d3d9c64f3b
Update Helper.h
2024-07-17 13:14:00 +02:00
michael
aa2a4edf7e
Update Helper.cpp
2024-07-17 13:12:15 +02:00
CaCO3
c54ca18e4e
update platformIO to 6.7.0 (ESP IDF 5.2.1) ( #3098 )
...
* update to platformio/espressif32 @ 6.7.0
* remove unused getReadout() as it throws errors (error: 'virtual std::string ClassFlow::getReadout()' was hidden).
---------
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2024-06-03 23:36:14 +02:00
CaCO3
beb09593eb
Typo
2024-06-02 23:04:42 +02:00
Henry Thasler
1a76ae121c
add Prometheus/OpenMetrics exporter ( #3081 )
...
* add prometheus endpoint
* refine metrics implementation
* move metrics generator to ClassFlowControll
* add more metrics
align prefix
* add more metrics
clean up
* refine documentation
* revert dependencies change
* sanitize labels
* create separate module for openmetrics
* move openmetrics to separate folder
* clean up
* add basic unit-tests
* work with const numbers
add replaceAll for string replacement
avoid opening std namespace
adapt unit-tests
* Update code/main/server_main.cpp
---------
Co-authored-by: CaCO3 <caco3@ruinelli.ch >
2024-06-02 21:13:15 +02:00
Henry Thasler
1300242d4a
homeassistant service discovery: derive node_id when using nested topics ( #3088 )
...
* derive correct node_id for homeassistant service discovery in nested topics (fixes #1792 )
* explicit use of std::string
* move nodeId creation to separate function
add unit-tests
* add documentation about node_id generation for Home Assistant MQTT Service Discovery
2024-06-02 21:00:44 +02:00
michael
c3fadf5c2a
Source code formatting, ClassFlowPostProcessing.cpp
2024-04-15 22:12:02 +02:00
michael
88b531ae8b
Camera settings ( #3029 )
...
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
2024-04-11 21:12:40 +02:00
kub3let
5194c466be
always reset change absolute ( #2956 )
2024-03-22 21:55:11 +01:00
Frank Haverland
043de9265a
Fix test ( #2933 )
2024-03-20 19:22:33 +01:00
CaCO3
6feae4e239
Use valid default values
2024-02-15 00:12:37 +01:00
michael
6b38e44d7f
Loading alignment page faster ( #2868 )
...
Da es Probleme mit param_temp gab (mal ging es, mal nicht), habe ich extra Parameter angelegt (_rotate_temp, _mirror_temp, _isize_temp, _grayscale_temp, _negative_temp, _aec2_temp, _FixedExposure_temp, _zoom_temp, _zm_temp, _x_temp, _y_temp, _intensity_temp, _brightness_temp, _contrast_temp, _saturation_temp, _sharpness_temp, _ae_temp).
Bei den bisherigen Tests, hat alles so funktioniert wie es soll.
2024-02-14 16:24:29 +01:00
CaCO3
141aea7fa7
Revert "Implemented late analog / digital transition ( #2778 )"
...
This reverts commit b5a4cfed96 .
2024-02-12 22:41:56 +01:00
CaCO3
f8b4881a50
.
2024-02-12 22:37:46 +01:00
CaCO3
3a5f3496d5
fix typo in variable name
2024-02-12 22:37:46 +01:00
Joo Aun Saw
69f1a99b55
ov2640: support sharpness control
2024-02-12 22:37:46 +01:00
Joo Aun Saw
a8fb88a35d
Support negative photo effect and auto exposure control 2
2024-02-12 22:37:46 +01:00
Joo Aun Saw
d418d22155
removed redundant changes
2024-02-12 22:37:46 +01:00
Joo Aun Saw
53e8cf49f9
limit auto exposure values to range -2 to +2
2024-02-12 22:37:46 +01:00
Joo Aun Saw
ac4f823cbf
Support crop image on sensor, grayscale, auto exposure level
2024-02-12 22:37:46 +01:00
CaCO3
5053a31245
renaming
2024-02-11 22:10:41 +01:00
CaCO3
44cf8933d4
.
2024-02-11 22:10:41 +01:00
CaCO3
35de56be04
Add Firmware Version to MQTT
2024-02-11 22:10:41 +01:00
michael
797fc5e764
ATA-Trim support ( #2864 )
...
Fix issues with the SD-Card initialization
2024-02-09 13:56:25 +01:00
Slider0007
0e0fb459dc
fix(tflite): Fix memory leaks in tflite integration ( #2842 )
2024-02-02 13:23:51 +01:00
CaCO3
8410df6144
Move param doc ( #2843 )
...
moved param doc from docs repo to here
2024-01-31 21:53:56 +01:00
CaCO3
fc1f8ee242
fix chip information REST API
2024-01-08 23:41:48 +01:00
flox_x
252c399a76
Add device info info page ( #2789 )
...
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com >
2024-01-08 23:23:57 +01:00
michael
2ed6fb0f0d
ATA-Trim support ( #2781 )
...
* Add files via upload
* Update main.cpp
* Update main.cpp
* Update main.cpp
* Update Helper.cpp
* Update Helper.h
* Update CMakeLists.txt
* Update CMakeLists.txt
* Update diskio_sdmmc_mh.c
* Update diskio_sdmmc_mh.h
* Update ff_mh.c
* Update vfs_fat_sdmmc_mh.c
* Update sdmmc_common_mh.h
* Update sdmmc_common_mh.c
* Update Helper.cpp
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update ff_mh.c
---------
Co-authored-by: CaCO3 <caco3@ruinelli.ch >
2024-01-02 08:56:46 +01:00
CaCO3
b5213b01af
Update platform-espressif32 to 6.5.0 ( #2770 )
...
* Update ESP IDF to 6.5.0
* Migration to new IDF
* Correct smtp vor v5.1
---------
Co-authored-by: CaCO3 <caco@ruinelli.ch >
Co-authored-by: jomjol <30766535+jomjol@users.noreply.github.com >
2024-01-01 22:00:23 +01:00
jomjol
473e458b85
Bugfix InfluxDB shifting times ( #2785 )
...
* Modify time_sntp
* Update time_sntp.cpp
* Update time_sntp.cpp
* update
* Update interface_influxdb.cpp
* Update interface_influxdb.cpp
* Update time_sntp.cpp
* Upload
* Update interface_influxdb.cpp
* Update interface_influxdb.cpp
* Update interface_influxdb.cpp
* Remove Time Convert vom influx Interface
2024-01-01 10:41:12 +01:00
Frank Haverland
4f3f3d9af2
Fix testings ( #2783 )
...
* fix all tests and more description
* The decimal point offset. -3 corresponds to x.yyy
---------
Co-authored-by: jomjol <30766535+jomjol@users.noreply.github.com >
2023-12-31 14:43:08 +01:00
Martin Siggel
b5a4cfed96
Implemented late analog / digital transition ( #2778 )
...
* Implemented late transition
Complete rewrite of analog / digital transition
Two tests is still failing, which need to be discussed.
* Allow wider range of transition values to support late transition
* Added documentation
2023-12-31 12:04:09 +01:00
Frank Haverland
6fca4d8d95
Fix negatives on extended resolution false #2744 ( #2772 )
...
* not extended resolution allows -1 on the lowest digit
* not extended resolution allows -1 on the lowest number
* negatives on last value digit with -1 will set to prevalue and is not an error #2744
---------
Co-authored-by: jomjol <30766535+jomjol@users.noreply.github.com >
2023-12-31 12:03:52 +01:00
Slider0007
f01b4dbd13
Update
2023-12-29 09:57:59 +01:00
Slider0007
dbf1770016
Update
2023-12-29 09:56:47 +01:00
Slider0007
006f3aa063
Add delay
2023-12-29 09:47:37 +01:00
Slider0007
24c46c38b4
fix(unity-test): Run unity tests in dedicated task
...
Avoid running out of heap
2023-12-28 21:32:43 +01:00
CaCO3
9ced147d9c
Update submodules ( #2769 )
...
- Update `esp-nn` to v1.0.2
- Update `esp32-camera` to v2.0.6
- Updated `tflite-micro-esp-examples` (The repo got renamed to `esp-tflite-micro ` and the folder structure got cleaned up).
2023-12-28 12:13:57 +01:00
CaCO3
0808895bd6
revert submnodules ( #2768 )
...
Co-authored-by: CaCO3 <caco@ruinelli.ch >
2023-12-28 09:27:42 +01:00
jomjol
d2dec9fa59
Revert "prepare v15.4.0 versuch 2"
...
This reverts commit e790a14caa .
2023-12-22 23:50:56 +01:00
jomjol
5b09cd0d59
update
2023-12-22 23:47:17 +01:00
jomjol
e790a14caa
prepare v15.4.0 versuch 2
2023-12-22 23:31:13 +01:00
jomjol
f023a6b739
Revert "v15.4.0"
...
This reverts commit 374462a7d8 .
2023-12-22 23:22:57 +01:00