mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-21 04:37:09 +08:00
Merge pull request #1117 from takev/v4l2-add-resolutions
linux-v4l2: Add 4k and 21:9 resolutions
This commit is contained in:
@@ -101,6 +101,13 @@ static const int v4l2_framesizes[] =
|
||||
1600<<16 | 900,
|
||||
1920<<16 | 1080,
|
||||
1920<<16 | 1200,
|
||||
2560<<16 | 1440,
|
||||
3840<<16 | 2160,
|
||||
|
||||
/* 21:9 */
|
||||
2560<<16 | 1080,
|
||||
3440<<16 | 1440,
|
||||
5120<<16 | 2160,
|
||||
|
||||
/* tv */
|
||||
432<<16 | 520,
|
||||
|
||||
Reference in New Issue
Block a user