Work in progress

This commit is contained in:
Rene Zeldenthuis
2024-02-04 17:11:21 +01:00
parent d0ef68bbf4
commit 5bdfc45e3b
17 changed files with 1123 additions and 270 deletions

View File

@@ -11,6 +11,7 @@
#define RTSP_PORT 554
#if 0
#if defined(BOARD_ESP32CAM)
constexpr const char *board_name = "ESP32CAM";
constexpr camera_config_t default_camera_config = esp32cam_camera_settings;
@@ -38,6 +39,7 @@ constexpr camera_config_t default_camera_config = m5stack_unitcams3_camera_setti
#else
#error No board defined
#endif
#endif
#define DEFAULT_FRAME_DURATION 200
#define DEFAULT_FRAME_SIZE "VGA (640x480)"