From 3072c29f846cc8efafb9197dde9a8824dc8965e1 Mon Sep 17 00:00:00 2001 From: John Varghese <126874846+John-Varghese-EH@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:56:45 +0530 Subject: [PATCH] ESP32CAM-ONVIF.ino --- ESP32CAM-ONVIF/ESP32CAM-ONVIF.ino | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ESP32CAM-ONVIF/ESP32CAM-ONVIF.ino b/ESP32CAM-ONVIF/ESP32CAM-ONVIF.ino index 8998fe3..c709aa9 100644 --- a/ESP32CAM-ONVIF/ESP32CAM-ONVIF.ino +++ b/ESP32CAM-ONVIF/ESP32CAM-ONVIF.ino @@ -1,6 +1,13 @@ /* - ESP32CAM-ONVIF - ONVIF + RTSP + WebConfig + SD + Motion Detection Camera Firmware + ESP32-CAM Advanced ONVIF + RTSP + WebConfig + SD + Motion Detection + + 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 */