Example repo for streaming frames from ESP32-WROVER-E camera to a web server.
- Create a
cfg.tomlfile, 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.
# Get the ip address from logs
cargo run
# Open browser to `/stream` endpoint.
open http://IP_ADDRESS/stream