From ed13a341bd5439934f8818aa7872232df0d4f9e1 Mon Sep 17 00:00:00 2001 From: Sycrosity <72102935+Sycrosity@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:37:08 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7484d1b..b4da8c9 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,20 @@ Bindings to C libraries or a Rust library that is meant for Displays and/or GUIs ### Work in progress * [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. +## Support for no_std esp32-cam + +### Background + +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. + +### Success Criteria + +A library with bindings to the esp32-cam camera, accessible in a no_std environment. + +### Work in progress + +* 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. + # Not Yet Awesome Item Template Here's an example for something that is not yet awesome: From f6ba8e6a476076832edf0b4bd7be9212686965de Mon Sep 17 00:00:00 2001 From: Sycrosity <72102935+Sycrosity@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:42:33 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4da8c9..12ab80b 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ Bindings to C libraries or a Rust library that is meant for Displays and/or GUIs ### Background 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. +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)]. ### Success Criteria