sam-tj / ESP32-Cam-HTML-Dump

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32-Cam-HTML-Dump

This code allows user to capture image from ESP32-Cam and display it on webpage hosted on device itself.

The image obtained is set to Grayscale. It can be changed to different format depending on application.

The code includes the following features:

  • Uses native libraries provided by Espressif for ESP32
  • On-Board flash light control
  • Custom camera parameter change
  • Custom HTML page with auto-refresh of image on webpage

Hardware Used:

ESP32-Cam

ESP32-Cam Programmer


Board Configuration

To begin, you would need Arduino IDE with ESP32 Arduino 2.0.7 Core.


Tutorial

  1. Get the code
  2. Get the libraries
  3. Upload the code
  4. Open Serial Monitor at 115200 and get the IP Address
  5. Open web browser with IP Address 🔥🔥🔥🔥🔥

Refereces

About


Languages

Language:C++ 100.0%