forked from external-repos/ESP32-CAM-ONVIF
Bug Fix
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include <Arduino.h>
|
||||
#include "motion_detection.h"
|
||||
#include "esp_camera.h"
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
#include <Arduino.h>
|
||||
#include "onvif_server.h"
|
||||
#include "rtsp_server.h"
|
||||
#include <WiFiUdp.h>
|
||||
#include <WebServer.h>
|
||||
#include "utils.h"
|
||||
#include "config.h"
|
||||
|
||||
WebServer onvifServer(8000);
|
||||
WiFiUDP onvifUDP;
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#pragma once
|
||||
#include <Arduino.h>
|
||||
|
||||
void rtsp_server_start();
|
||||
void rtsp_server_loop();
|
||||
String getRTSPUrl();
|
||||
|
||||
Reference in New Issue
Block a user