Skip to content

Latest commit

 

History

88 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp32cam: ESP32 Camera for Arduino IDE

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 the Espressif ESP32 camera driver.

esp32cam logo

Tested Hardware

This library has been tested with these microcontroller boards:

pins.hpp lists several other boards contributed by users.

This library has been tested with OV2640 and OV3660 camera sensors. It is likely compatible with other camera sensors supported by the driver.

Installation

  1. Install ESP32 Arduino core v3.x.
  2. Clone this repository under $HOME/Arduino/libraries directory.
  3. Select your board and enable external PSRAM.
  4. Add #include <esp32cam.h> to your sketch.
  5. Check out the examples for how to use.

About

OV2640 camera on ESP32-CAM, Arduino library

Topics

Resources

Stars

680 stars

Watchers

27 watching

Forks

Releases

Packages

Used by

Contributors

Languages