first commit

This commit is contained in:
Rene Zeldenthuis
2022-07-03 23:42:14 +02:00
commit b0522218f6
12 changed files with 457 additions and 0 deletions

12
include/esp32cam.h Normal file
View File

@@ -0,0 +1,12 @@
#pragma once
#define APP_TITLE "ESP32CAM-RTSP"
#define APP_VERSION "1.0"
#define WIFI_SSID "ESP32CAM-RTSP"
#define WIFI_PASSWORD nullptr
#define CONFIG_VERSION "1.1"
#define RTSP_PORT 554
#define DEFAULT_FRAMERATE "20"
#define DEFAULT_FRAMESIZE "SVGA (800x600)"