Skip to content

Plug and Play Firmware for the esp32cam. Flash, provision and connect to rtsp.

Notifications You must be signed in to change notification settings

loicbr/esp32cam-ready

 
 

Repository files navigation

esp32cam-ready

esp32-ready cam combines other projects to have an out-the-box solution to use the Chinese (7 Euro!) esp32cam module. Suggestions and bug fixes are welcome!

Usage

Download the repo, open it in (PlatformIO)[https://platformio.org/] and flash it to the esp32cam. The device should become available as an accesspoint with the name esp32cam-xxxx. Connect to the accesspoint 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

Using the browser, you can

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

Installing and running PlatformIO

Install platformIO (Debian based systems)

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

for Windows users, install (Visual Studio code)[https://code.visualstudio.com/], Python 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.

esp32-ready basically extends the Micro-RTSP with mutiple client connections and adds an easy to use web interface that offers provisioning.

Thanks for the community making these tools and libraries available.

Also thanks to Espressif and the guys that created this module. You did a great job!

About

Plug and Play Firmware for the esp32cam. Flash, provision and connect to rtsp.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.0%
  • HTML 8.0%