ESP32 CAM

From SGMK-SSAM-WIKI
Revision as of 00:55, 20 March 2019 by Tillo (talk | contribs) (Created page with "== Arduino == === Installation === #Install the ESP32 core for Arduino: <code>https://dl.espressif.com/dl/package_esp32_index.json</code> #Search for ESP32 in the '''Boards...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Arduino

Installation

  1. Install the ESP32 core for Arduino: https://dl.espressif.com/dl/package_esp32_index.json
  2. 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