mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-02-18 02:55:46 +00:00
pikvm/ustreamer#221: Increased resolution limit
This commit is contained in:
parent
370434601c
commit
d4560fcba9
@ -50,10 +50,10 @@
|
||||
|
||||
|
||||
#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_MAX_HEIGHT ((unsigned)4320)
|
||||
#define US_VIDEO_MAX_HEIGHT ((unsigned)8640)
|
||||
|
||||
#define US_VIDEO_MAX_FPS ((unsigned)120)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user