• Stars
    star
    141
  • Rank 259,971 (Top 6 %)
  • Language
    C++
  • Created over 5 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Plug and Play firmware for the esp32cam. Connect with RTSP (for example VLC). Easy installation: Flash, provision and connect!

Update: New version available!

This version has a nice web interface to configure and much leaner. Please take a look at ESP32CAM-RTSP

esp32cam-ready

Platform IO CI

esp32cam-ready combines multiple projects to have an out-the-box solution to use the Chinese (7 Euro!) esp32cam modules. Easy installation: Flash, provision using the build in configuration webserver and connect!

ESP32CAM module

Flashing this software in esp32cam will make the esp32cam a webserver with streaming data from the camera and some more features. Additionally this software hosts a RTSP server, that can be used to connect with standard video applications that use RTSP (for example VLC). RTSP also allows to stream directly to a server using ffmpeg. This makes the module a camera server allowing recording and so the stream can be stored on a disk and replayed later.

Required

  • esp32cam module
  • USB to Serial (TTL level) converter on the piggyback board ESP32-CAM-MB

Wiring

Only during the upload, the esp32cam module needs to be attached using an USB to serial adapter. ESP FTDI wiring

After programming remove the wire to GPIO0 so the module will start normally.

Or, just put the esp32cam module on the ESP32-CAM-MB board and press the IO0 button together with reset and then release the reset button.

ESP32-CAM-MB

Usage

  • Download the repo, open it in PlatformIO and flash it to the esp32cam.
  • The device should become available as an access point with the name esp32cam-xxxxxxxxxxxx, where the xxxxxxxxxxxx represents the MAC address of the device. The default password for the device as access point is 'esp32cam#'.
  • Connect to the access point and configure the ssid/password in the browser on on the address http://192.168.4.1.
  • When the credentials are valid and the device connects to the infrastructure, the device can be accessed over http using the link http://esp32cam.local (or the local ip address) from your browser.

RTSP stream is available at: rtsp://esp32cam.local:554/mjpeg/1. This link can be opened with for example VLC.

Using the browser, you can

  • Take a snapshot
  • Stream video
  • Turn the light on/off
  • Remove the Wifi configuration.

Installing and running PlatformIO

Debian based systems command-line

Install platformIO

 sudo apt-get install python-pip
 sudo pip install platformio
 pio upgrade

Windows / Linux and Mac

Install Visual Studio code and install the PlatformIO plugin. For command line usage Python and PlatformIO-Core is sufficient. More information can be found at: https://docs.platformio.org/en/latest/installation.html

Clone this repository, go into the folder and type:

 pio run

Put a jumper between IO0 and GND, press reset and type:

 pio run -t upload

When done remove the jumper and press reset. To monitor the output, start a terminal using:

 pio device monitor

Credits

esp32cam-ready depends on PlatformIO and Micro-RTSP by Kevin Hester.

Thanks for the community making these tools and libraries available.

Also thanks to EspressIf and the guys that created these modules!

More Repositories

1

esp32cam-rtsp

Simple RTSP (streaming image) server for the ESP32CAM. Easy configuration and monitoring through the web interface.
C++
584
star
2

esp32-smartdisplay

PlatformIO library LVGL Drivers for Sunton Smart display boards (CYD Cheap Yellow Display). This library supports these boards without any effort. ESP32-2432S024N/R/C, ESP32-2432S028R/C, ESP32-3248S035R/C, ESP32_8048S070N/C
C
363
star
3

platformio-espressif32-sunton

Board definitions for the Sunton Smart display boards (CYD Cheap Yellow Display). These definitions contain not only contain the CPU information but also the connections and devices present on the board.
75
star
4

esp32-smartdisplay-demo

Demo project for esp32-smartdisplay
C
64
star
5

esp32-flightradar24-ttgo

Display real-time flights in an area using the ESP32 TTGO-Display module
C++
39
star
6

esp32-openweather-ttgo

openweathermap.org interface for the ESP32 TTGO-Display
C++
8
star
7

esp32cam-persondetection

Excercise/Test project using esp32cam and tensorflow to detect people.
C++
8
star
8

micro-moustache

Minimal moustache implementation for micro controllers
C++
8
star
9

esp32-securitycam

ESP Camera module with PIR that will take a picture and save it to the SD Card when triggered by the PIR sensor. Deep sleeping otherwise.
C++
7
star
10

esp32-inmp441

ESP32 interface with MEMS INMP441 microphone
C++
5
star
11

esp32-breakout-ttgo

Breakout game for the ESP32 TTGO LCD module. Game adapted from Volos Projects for PlatformIO.
Python
5
star
12

esp32-flappybird-ttgo

Port of the game flappybird by Ponticelli Domenico to TTGO and PlatformIO
C++
4
star
13

attiny85-arcade

ATTiny85 Arcade schematic, gerbers and games
C++
4
star
14

esp8266-deauther

Clone from SpaceHuhn wifi deauther
C
3
star
15

esp32cam-camera

Simple ESP32 camera capture and store to SD card
C++
3
star
16

opc-iot-hub

This application uses the OPC Unified Architecture (OPC UA) to accept a list of nodes and subscribe to their value. When a change is received, it pushes the new value to an IOT hub. Here the data can be processed near real-time.
C#
3
star
17

micro-zxing

ZXing Zebra Crossing barcode library for ESP32CAM
C
2
star
18

esp32-trex-ttgo

Velos TTGO T-Rex game, adapted for PlatformIO and updated sprites.
C
2
star
19

rzeldent

1
star
20

stc15w204s-blink

STC15W204S Microcontroller test
C
1
star
21

micro-miniz

Library for decoding gzip
C
1
star
22

micro-timezonedb

C++
1
star
23

esp8266-beacon-spam

ESP8266/8255 Access point beacon spammer
C++
1
star