ESP32Cam Info
Arduino Setup
Make sure to prepare arduino for programming the esp32
- https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-mac-and-linux-instructions/
- https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/
Basic Web Server
- Derived from this tutorial
- The code can be found here or the repo can be found here
Make sure to select the "AI Thinker ESP32-CAM"
If "Compilation error: exec: "python": executable file not found in $PATH":
- put the following line in bashrc
- alias python=python3