From dbbd574ce6d7d135ccaa0d19a0f1fe54cc7d2c6b Mon Sep 17 00:00:00 2001 From: John Varghese <126874846+John-Varghese-EH@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:50:56 +0530 Subject: [PATCH] motion_detection.h --- ESP32CAM-ONVIF/motion_detection.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ESP32CAM-ONVIF/motion_detection.h diff --git a/ESP32CAM-ONVIF/motion_detection.h b/ESP32CAM-ONVIF/motion_detection.h new file mode 100644 index 0000000..9dcf264 --- /dev/null +++ b/ESP32CAM-ONVIF/motion_detection.h @@ -0,0 +1,4 @@ +#pragma once +void motion_detection_init(); +void motion_detection_loop(); +bool motion_detected();