feat: add support for auto config formats and set resolution limit

This commit is contained in:
taorye
2024-12-16 18:33:09 +08:00
parent d687d7c89f
commit 3e15254fda
2 changed files with 1 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ supported_formats="yuyv mjpg"
# 支持的分辨率,可以通过修改这个变量自定义支持的分辨率
# Supported resolutions, you can customize the list by modifying this variable
supported_resolutions="640x360 1280x720 1920x1080"
supported_resolutions="480x320 640x360 640x480 1280x720 1920x1080"
parse_uvc_config() {