File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " weekly"
7
+ - package-ecosystem : " cargo"
8
+ directory : " /"
9
+ schedule :
10
+ interval : " weekly"
Original file line number Diff line number Diff line change
1
+ # Example Application for ESP32-CAM
2
+
3
+ First of all: do * NOT* use this for anything productive, this is just a prototype! You're probably better off using the
4
+ [ ` CameraWebServer ` Arduino example] .
5
+
6
+ This repository needs a lot of cleanup and - hopefully - standardisation / moving things to other crates before this
7
+ can serve as a reasonable example for anything.
8
+
9
+ This is based on [ Dominaezzz/esp32-mjpeg] which targets the ESP32S3. In an optimal world there would be some traits
10
+ implemented for both devices and an application can be agnostic of them.
11
+
12
+ [ `CameraWebServer` Arduino example ] : https://github.com/espressif/arduino-esp32/tree/master/libraries/ESP32/examples/Camera/CameraWebServer
13
+ [ Dominaezzz/esp32-mjpeg ] : https://github.com/Dominaezzz/esp32-mjpeg
You can’t perform that action at this time.
0 commit comments