# esp32cam **Repository Path**: tinytaro/esp32cam ## Basic Information - **Project Name**: esp32cam - **Description**: No description available - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-02 - **Last Updated**: 2025-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # esp32cam: OV2640 camera on ESP32-CAM [![GitHub build status](https://img.shields.io/github/actions/workflow/status/yoursunny/esp32cam/build.yml?style=flat)](https://github.com/yoursunny/esp32cam/actions) [![GitHub code size](https://img.shields.io/github/languages/code-size/yoursunny/esp32cam?style=flat)](https://github.com/yoursunny/esp32cam) **esp32cam** library provides an object oriented API to use OV2640 camera on ESP32 microcontroller. It is a wrapper of [esp32-camera library](https://github.com/espressif/esp32-camera). This library has been tested with AI Thinker [ESP32-CAM](https://docs.ai-thinker.com/en/esp32-cam) board and OV2640 camera. * [Doxygen documentation](https://esp32cam.yoursunny.dev) * [#esp32cam on Twitter](https://twitter.com/hashtag/esp32cam) * [video tutorial](https://youtu.be/Sb08leLWOgA) ![esp32cam logo](docs/logo.svg) ## Installation 1. Install [ESP32 Arduino core](https://github.com/espressif/arduino-esp32) 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 ` to your sketch. 5. Check out the [examples](examples/) for how to use.