From 1ce2a402d0359279062d898da5afb464451f37b9 Mon Sep 17 00:00:00 2001 From: John Varghese <126874846+John-Varghese-EH@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:35:05 +0530 Subject: [PATCH] camera_control.h --- ESP32CAM-ONVIF/camera_control.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ESP32CAM-ONVIF/camera_control.h diff --git a/ESP32CAM-ONVIF/camera_control.h b/ESP32CAM-ONVIF/camera_control.h new file mode 100644 index 0000000..6ebe67c --- /dev/null +++ b/ESP32CAM-ONVIF/camera_control.h @@ -0,0 +1,3 @@ +#pragma once +bool camera_init(); +bool wifi_connect();