All Projects → yoursunny → Esp32cam

yoursunny / Esp32cam

Licence: isc
OV2640 camera on ESP32-CAM, Arduino library

Projects that are alternatives of or similar to Esp32cam

Wifiespnow
ESP-NOW Arduino library for ESP8266 and ESP32
Stars: ✭ 90 (-43.04%)
Mutual labels:  hacktoberfest, esp32, arduino-library
Irremoteesp8266
Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
Stars: ✭ 1,964 (+1143.04%)
Mutual labels:  hacktoberfest, esp32, arduino-library
Arduino Homekit Esp8266
Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.
Stars: ✭ 545 (+244.94%)
Mutual labels:  esp32, arduino-library
Arduinojson
📟 JSON library for Arduino and embedded C++. Simple and efficient.
Stars: ✭ 5,456 (+3353.16%)
Mutual labels:  esp32, arduino-library
Aunit
Unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test. Used with AUniter or EpoxyDuino for continuous builds.
Stars: ✭ 73 (-53.8%)
Mutual labels:  esp32, arduino-library
Autoconnect
An Arduino library for ESP8266/ESP32 WLAN configuration at runtime with the Web interface
Stars: ✭ 513 (+224.68%)
Mutual labels:  esp32, arduino-library
Esp32 Ble Keyboard
Bluetooth LE Keyboard library for the ESP32 (Arduino IDE compatible)
Stars: ✭ 533 (+237.34%)
Mutual labels:  esp32, arduino-library
Sx126x Arduino
Arduino library to use Semtech SX126x LoRa chips and modules to communicate
Stars: ✭ 55 (-65.19%)
Mutual labels:  esp32, arduino-library
Espui
A simple web user interface library for ESP32 and ESP8266
Stars: ✭ 330 (+108.86%)
Mutual labels:  esp32, arduino-library
Tft espi
Arduino and PlatformIO IDE compatible TFT library optimised for the STM32, ESP8266 and ESP32 that supports different driver chips
Stars: ✭ 1,215 (+668.99%)
Mutual labels:  esp32, arduino-library
Pagebuilder
An arduino library to create html string in the sketch for ESP8266/ESP32 WebServer.
Stars: ✭ 104 (-34.18%)
Mutual labels:  esp32, arduino-library
Watchy
Watchy - An Open Source E-Ink Smartwatch
Stars: ✭ 469 (+196.84%)
Mutual labels:  esp32, arduino-library
Control Surface
Arduino library for creating MIDI controllers and other MIDI devices.
Stars: ✭ 377 (+138.61%)
Mutual labels:  esp32, arduino-library
Guislice
GUIslice drag & drop embedded GUI in C for touchscreen TFT on Arduino, Raspberry Pi, ARM, ESP8266 / ESP32 / M5stack using Adafruit-GFX / TFT_eSPI / UTFT / SDL
Stars: ✭ 534 (+237.97%)
Mutual labels:  esp32, arduino-library
Rf24mesh
OSI Layer 7 Mesh Networking for RF24Network & nrf24L01+ devices
Stars: ✭ 329 (+108.23%)
Mutual labels:  hacktoberfest, arduino-library
Libssh Esp32
Libssh SSH client & server port to ESP32 Arduino library
Stars: ✭ 52 (-67.09%)
Mutual labels:  esp32, arduino-library
Ssd1306
Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms
Stars: ✭ 303 (+91.77%)
Mutual labels:  esp32, arduino-library
Esphome
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Stars: ✭ 4,324 (+2636.71%)
Mutual labels:  hacktoberfest, esp32
Ultrasonic
Minimalist library for Ultrasonic Module HC-SR04, PING))) and Seeed SEN136B5B to Arduino
Stars: ✭ 77 (-51.27%)
Mutual labels:  hacktoberfest, arduino-library
Rf24
OSI Layer 2 driver for nRF24L01 on Arduino & Raspberry Pi/Linux Devices
Stars: ✭ 1,813 (+1047.47%)
Mutual labels:  hacktoberfest, arduino-library

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 take advantage of 4MB external PSRAM. Internal RAM is insufficient to support high resolution.
  4. Check out the examples for how to use.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].