mirror of
https://github.com/rzeldent/esp32cam-rtsp.git
synced 2025-11-14 04:04:02 +00:00
Work in progress
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user