Rust esp32-cam examples
After cloning the repo, download the esp32-camera component
git submodule update --initthen copy src/wifi_config.rs.example into src/wifi_config.rs and fill in the correct values
cargo run --example telegram_bot
Insert the correct token and owner id, then use the /photo command to take a picture
 
cargo run --example webserverConnect to the ip in the log output, then access the /camera.jpg path to take a picture and have it delivered to your browser
cargo run --example idotmatrixIf you have an idotmatrix display, the esp32-cam will deliver an image to it every few seconds
