ESP32-CAM Video over Websockets



ESP32-CAM Video over Websockets

ESP32-CAM Video over Websockets

In this tutorial, we demonstrate how to use an ESP32-CAM module to stream video over Websockets to a Node.js server. The server then broadcasts the video, along with sensor data, to all clients that are connected. This setup allows for real-time monitoring and analysis of both visual and sensor data. Join us as we guide you through the process of setting up the ESP32-CAM, configuring the Websockets and Node.js server. Whether you are a seasoned developer or new to these technologies, this tutorial has something to offer for everyone.

Product affiliate links:
The ESP32-CAM board x5: https://amzn.to/3Qpa5VS
The ESP32-CAM board x1: https://amzn.to/3vMy4oG
The ESP32-CAM board x1 with mb programmer: https://amzn.to/3J5dlUO
FTDI programmer: https://amzn.to/3QmXC5e

ESP32 board url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json

Projects github repo:
https://github.com/NomadicGeek369/

Chapters:
0:00 – Introduction
0:52 – Board setup
2:32 – Demo code examples
4:43 – Connecting the module
6:51 – Compile and upload
7:58 – Test the demo
8:53 – Lets code
10:52 – Node.js server
11:45 – Efficacy of our efforts