https://github.com/rursprung/esp32-cam-test
rust implementation of small webserver offering image stream from AI Thinker ESP32-CAM
https://github.com/rursprung/esp32-cam-test
embedded esp32 esp32-cam rust
Last synced: about 1 month ago
JSON representation
rust implementation of small webserver offering image stream from AI Thinker ESP32-CAM
- Host: GitHub
- URL: https://github.com/rursprung/esp32-cam-test
- Owner: rursprung
- Created: 2025-03-15T18:13:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T18:42:10.000Z (over 1 year ago)
- Last Synced: 2025-03-15T19:28:16.743Z (over 1 year ago)
- Topics: embedded, esp32, esp32-cam, rust
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example Application for ESP32-CAM
First of all: do *NOT* use this for anything productive, this is just a prototype! You're probably better off using the
[`CameraWebServer` Arduino example].
This repository needs a lot of cleanup and - hopefully - standardisation / moving things to other crates before this
can serve as a reasonable example for anything.
This is based on [Dominaezzz/esp32-mjpeg] which targets the ESP32S3. In an optimal world there would be some traits
implemented for both devices and an application can be agnostic of them.
This currently requires a custom `esp-hal` until [esp-hal#3219] is merged & released.
[`CameraWebServer` Arduino example]: https://github.com/espressif/arduino-esp32/tree/master/libraries/ESP32/examples/Camera/CameraWebServer
[Dominaezzz/esp32-mjpeg]: https://github.com/Dominaezzz/esp32-mjpeg
[esp-hal#3219]: https://github.com/esp-rs/esp-hal/pull/3219