https://github.com/ellishg/sf-cam
A timelapse generator for the esp32-cam
https://github.com/ellishg/sf-cam
esp32 esp32-cam rust
Last synced: 2 months ago
JSON representation
A timelapse generator for the esp32-cam
- Host: GitHub
- URL: https://github.com/ellishg/sf-cam
- Owner: ellishg
- License: mit
- Created: 2024-10-05T17:14:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-04T18:22:50.000Z (about 1 year ago)
- Last Synced: 2025-05-15T01:15:15.841Z (about 1 year ago)
- Topics: esp32, esp32-cam, rust
- Language: Rust
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sf-cam
[](https://github.com/ellishg/sf-cam/actions/workflows/ci.yml)
## Description
The goal of this project was to use the esp32-cam to capture a picture N times a day, generate a timelapse, and upload it to social media. My vision was that I would find a fantastic view of San Francisco and generate beautiful timelapses every day. The roadblock I ran into was I could not generate a video from a set of images without running out of memory.
## Dependencies
```
cargo install ldproxy
cargo install espflash
```
## Links
* https://github.com/jlocash/esp-camera-rs
* https://lastminuteengineers.com/getting-started-with-esp32-cam/
* https://github.com/espressif/esp32-camera
* SDMMC
* https://github.com/espressif/esp-idf/tree/master/examples/storage/sd_card/sdmmc
* https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/storage/sdmmc.html
* https://crates.io/crates/embedded-sdmmc