- Decreased standard frame duration to 100ms

- Resoltion/Quality dependend on PsRam
This commit is contained in:
Rene Zeldenthuis
2023-02-09 20:37:33 +01:00
parent 3f1900731f
commit 37dce7411a

View File

@@ -12,8 +12,8 @@
#define RTSP_PORT 554
#define DEFAULT_CAMERA_CONFIG "AI THINKER"
#define DEFAULT_FRAME_DURATION 20
#define DEFAULT_FRAME_SIZE "SVGA (800x600)"
#define DEFAULT_FRAME_DURATION 100
#define DEFAULT_FRAME_SIZE (psramFound() ? "UXGA (1600x1200)" : "VGA (640x480)")
#define DEFAULT_JPEG_QUALITY (psramFound() ? 10 : 12)
#define DEFAULT_BRIGHTNESS 0