A wireless surveillance system powered by ESP32-CAM featuring live video streaming, pan-tilt servo control, LED flash brightness adjustment, and browser-based operation.
This project uses an ESP32-CAM module to create a compact wireless surveillance system capable of streaming live video directly to a web browser. Users can remotely control camera movement through pan and tilt servos.
The system includes a built-in web dashboard featuring live video streaming, LED flash brightness control, image rotation, horizontal flip, vertical flip, and real-time servo positioning.
View GitHub Repo| Component | NodeMCU Pin |
|---|---|
| HC-SR04 TRIG | D1 (GPIO5) |
| HC-SR04 ECHO | D2 (GPIO4) |
| LED Indicator | D5 (GPIO14) |
| VCC | VIN |
| GND | GND |
Controls live camera streaming, pan-tilt servos, WebSocket communication, and flash brightness control.
Download ESP32-CAM Code
Browser dashboard with live streaming, pan, tilt, brightness, rotate and flip controls.
Download Dashboard