An open API service indexing awesome lists of open source software.

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

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