mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-19 05:53:42 +00:00
pikvm/ustreamer#221: Increased resolution limit
This commit is contained in:
@@ -50,10 +50,10 @@
|
|||||||
|
|
||||||
|
|
||||||
#define US_VIDEO_MIN_WIDTH ((unsigned)160)
|
#define US_VIDEO_MIN_WIDTH ((unsigned)160)
|
||||||
#define US_VIDEO_MAX_WIDTH ((unsigned)10240)
|
#define US_VIDEO_MAX_WIDTH ((unsigned)15360)
|
||||||
|
|
||||||
#define US_VIDEO_MIN_HEIGHT ((unsigned)120)
|
#define US_VIDEO_MIN_HEIGHT ((unsigned)120)
|
||||||
#define US_VIDEO_MAX_HEIGHT ((unsigned)4320)
|
#define US_VIDEO_MAX_HEIGHT ((unsigned)8640)
|
||||||
|
|
||||||
#define US_VIDEO_MAX_FPS ((unsigned)120)
|
#define US_VIDEO_MAX_FPS ((unsigned)120)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user