477 B
477 B
ESP32 Cam
A basic program for getting pictures from the ESP32-cam over the network.
Instructions
- Add your SSID/password to
src/main.cpp
. - (Optional) Set a static IP address.
- Flash to the ESP32-cam with PlatformIO.
- Get the IP address from the serial output if you did not set a static IP.
- Run
curl -o test.jpg <IP Address>
to take and save a picture to your local machine.