mirror of
https://github.com/John-Varghese-EH/ESP32-CAM-ONVIF.git
synced 2025-11-13 17:27:46 +00:00
Bug Fix
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#include <Arduino.h>
|
||||||
#include "motion_detection.h"
|
#include "motion_detection.h"
|
||||||
#include "esp_camera.h"
|
#include "esp_camera.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
|
#include <Arduino.h>
|
||||||
#include "onvif_server.h"
|
#include "onvif_server.h"
|
||||||
#include "rtsp_server.h"
|
#include "rtsp_server.h"
|
||||||
#include <WiFiUdp.h>
|
#include <WiFiUdp.h>
|
||||||
#include <WebServer.h>
|
#include <WebServer.h>
|
||||||
#include "utils.h"
|
#include "config.h"
|
||||||
|
|
||||||
WebServer onvifServer(8000);
|
WebServer onvifServer(8000);
|
||||||
WiFiUDP onvifUDP;
|
WiFiUDP onvifUDP;
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
#include <Arduino.h>
|
||||||
|
|
||||||
void rtsp_server_start();
|
void rtsp_server_start();
|
||||||
void rtsp_server_loop();
|
void rtsp_server_loop();
|
||||||
String getRTSPUrl();
|
String getRTSPUrl();
|
||||||
|
|||||||
Reference in New Issue
Block a user