add: 添加了960*540分辨率

This commit is contained in:
alivender
2025-08-02 21:07:08 +08:00
parent f2c7c78b64
commit 0bd1ad8a0e
2 changed files with 20 additions and 2 deletions

View File

@@ -1109,6 +1109,7 @@ public class HttpVideoStreamService : BackgroundService
return new List<(int, int, string)>
{
(640, 480, "640x480 (VGA)"),
(960, 540, "960x540 (qHD)"),
(1280, 720, "1280x720 (HD)"),
(1280, 960, "1280x960 (SXGA)"),
(1920, 1080, "1920x1080 (Full HD)")