Skip to content

Commit

Permalink
pikvm#221: Increased resolution limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Jun 19, 2023
1 parent 3704346 commit d4560fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ustreamer/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d4560fc

Please sign in to comment.