SkillAgentSearch skills...

Esp32cam

OV2640 camera on ESP32-CAM, Arduino library

Install / Use

/learn @yoursunny/Esp32cam
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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. Install ESP32 Arduino core v3.x.
  2. Clone this repository under $HOME/Arduino/libraries directory.
  3. In Tools - Board menu, select AI Thinker ESP32-CAM to enable 4MB external PSRAM.
  4. Add #include <esp32cam.h> to your sketch.
  5. Check out the examples for how to use.

Related Skills

View on GitHub
GitHub Stars666
CategoryDevelopment
Updated2d ago
Forks201

Languages

C++

Security Score

100/100

Audited on Apr 3, 2026

No findings