Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivmarkov/rust-esp32-cam
https://github.com/ivmarkov/rust-esp32-cam
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivmarkov/rust-esp32-cam
- Owner: ivmarkov
- License: apache-2.0
- Created: 2021-09-24T11:07:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-24T11:31:42.000Z (over 3 years ago)
- Last Synced: 2024-10-25T20:16:03.384Z (2 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# PIO-first Rust ESP32-CAM project
* Build and flash with `cargo pio exec -- run -t upload`
* **NOTE**: Need to expose the ESP32-CAM driver C functions manually, with Rust unsafe `extern "C"` declarations