mirror of
https://github.com/John-Varghese-EH/ESP32-CAM-ONVIF.git
synced 2025-11-11 16:26:22 +00:00
motion_detection.h
This commit is contained in:
4
ESP32CAM-ONVIF/motion_detection.h
Normal file
4
ESP32CAM-ONVIF/motion_detection.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
void motion_detection_init();
|
||||
void motion_detection_loop();
|
||||
bool motion_detected();
|
||||
Reference in New Issue
Block a user