ESP32_Project/libraries/esp32cam-main
2024-02-07 11:25:05 +01:00
..
.github/workflows update 2024-02-07 11:25:05 +01:00
docs update 2024-02-07 11:25:05 +01:00
examples update 2024-02-07 11:25:05 +01:00
mk update 2024-02-07 11:25:05 +01:00
src update 2024-02-07 11:25:05 +01:00
.clang-format update 2024-02-07 11:25:05 +01:00
.gitignore update 2024-02-07 11:25:05 +01:00
library.properties update 2024-02-07 11:25:05 +01:00
LICENSE update 2024-02-07 11:25:05 +01:00
README.md update 2024-02-07 11:25:05 +01:00

esp32cam: OV2640 camera on ESP32-CAM

GitHub build status GitHub code size

esp32cam library provides an object oriented API to use OV2640 camera on ESP32 microcontroller. It is a wrapper of esp32-camera library. This library has been tested with AI Thinker ESP32-CAM board and OV2640 camera.

esp32cam logo

Installation

  1. Clone this repository under $HOME/Arduino/libraries directory.
  2. Add #include <esp32cam.h> to your sketch.
  3. In Tools - Board menu, select ESP32 Wrover Module to enable 4MB external PSRAM.
  4. Check out the examples for how to use.