ESP32CAM-ONVIF.ino

This commit is contained in:
John Varghese
2025-06-03 18:56:45 +05:30
committed by GitHub
parent e8989db26a
commit 3072c29f84

View File

@@ -1,6 +1,13 @@
/* /*
ESP32CAM-ONVIF ESP32-CAM Advanced ONVIF + RTSP + WebConfig + SD + Motion Detection
ONVIF + RTSP + WebConfig + SD + Motion Detection Camera Firmware
Features:
- ONVIF WS-Discovery responder + minimal SOAP device service
- RTSP MJPEG streaming on port 554
- Basic web server on port 80 for configuration placeholder
- SD card initialization for recording (expand as needed)
- Basic motion detection stub
Made with ❤️ by J0X Made with ❤️ by J0X
*/ */