Skip to content

Repository files navigation

esp-rust-camera

Example repo for streaming frames from ESP32-WROVER-E camera to a web server.

Setup

  1. Create a cfg.toml file, which looks like the following, at the root of the repo:
[esp-rust-camera]
wifi_ssid = "..."
wifi_psk = "..."

Pins may need to be adjusted based on your board's layout in camera.rs.

Running

# Get the ip address from logs
cargo run
# Open browser to `/stream` endpoint.
open http://IP_ADDRESS/stream

About

Experimenting with esp-rust support

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages