# esp32cam **Repository Path**: bkl5/esp32cam ## Basic Information - **Project Name**: esp32cam - **Description**: ESP32-CAM上的OV2640相机,Arduino库 - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-12-05 - **Last Updated**: 2022-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # esp32cam: OV2640 camera on ESP32-CAM [![GitHub build status](https://img.shields.io/github/workflow/status/yoursunny/esp32cam/build)](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](http://wiki.ai-thinker.com/esp32-cam) board and OV2640 camera. ![esp32cam logo](docs/logo.svg) ## Installation 1. Clone this repository under `$HOME/Arduino/libraries` directory. 2. Add `#include ` to your sketch. 3. In *Tools* - *Board* menu, select **ESP32 Wrover Module** to take advantage of 4MB external PSRAM. Internal RAM is insufficient to support high resolution. 4. Check out the [examples](examples/) for how to use.