Skip to content

Commit 1a926c6

Browse files
authored
Merge pull request #30 from Sycrosity/patch-1
Add esp32-cam bindings to not yet awesome list
2 parents 74ce14a + f6ba8e6 commit 1a926c6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,21 @@ Bindings to C libraries or a Rust library that is meant for Displays and/or GUIs
160160
### Work in progress
161161
* [Rafael Carício](https://github.com/rafaelcaricio) is working on [lvgl-rs](https://github.com/rafaelcaricio/lvgl-rs), which are safe bindings for Rust to use LittlevGL ([see also the annoucement on the LVGL forums](https://forum.lvgl.io/t/rust-bindings-for-littlevgl/2386)). LVGL can now also [compile to WASM](https://github.com/rafaelcaricio/lvgl-rs-wasm) thanks to Rust.
162162

163+
## Support for no_std esp32-cam
164+
165+
### Background
166+
167+
There is a large amount of accessible libraries and projects involving the esp32-cam in c++, and a few projects for rust using esp-idf-std (listed below), however there are no no_std crates with this support.
168+
A repository of information, including pin defintions, can be found (here)[[https://github.com/raphaelbs/esp32-cam-ai-thinker/blob/master/docs/esp32cam-pin-notes.md](https://github.com/raphaelbs/esp32-cam-ai-thinker/tree/master)].
169+
170+
### Success Criteria
171+
172+
A library with bindings to the esp32-cam camera, accessible in a no_std environment.
173+
174+
### Work in progress
175+
176+
* The [ChenHuaYou/esp-cam-rs](https://github.com/ChenHuaYou/esp-cam-rs) and [Jlocash/esp-camera-rs](https://github.com/jlocash/esp-camera-rs) repositories support esp32-cam using esp-idf-std bindings.
177+
163178
# Not Yet Awesome Item Template
164179

165180
Here's an example for something that is not yet awesome:

0 commit comments

Comments
 (0)