ESP32 CAM
Arduino
Installation
- Install the ESP32 core for Arduino:
https://dl.espressif.com/dl/package_esp32_index.json - Search for ESP32 in the Boards Manager, the description only lists 2 boards
Getting started
After installing the Boards, and switching to a random ESP32 board, there schould be an example:
Examples > ESP32 > Camera > CameraWebServer
To flash it use the following settings:
- Board
- ESP32 Wrover
- Partion Scheme
- Huge APP (3MB no OTA)
Code
Before compiling and flashing you should set the WiFi credentials. And choosing the board. In this case its the CAMERA_MODEL_AI_THINKER.
//#define CAMERA_MODEL_WROVER_KIT //#define CAMERA_MODEL_M5STACK_PSRAM #define CAMERA_MODEL_AI_THINKER