min ustreamer version == 6.8

This commit is contained in:
Maxim Devaev 2024-03-26 20:09:47 +02:00
parent e904bc467e
commit 35173ff181
2 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,7 @@ depends=(
certbot certbot
platform-io-access platform-io-access
raspberrypi-utils raspberrypi-utils
"ustreamer>=6.5" "ustreamer>=6.8"
# Systemd UDEV bug # Systemd UDEV bug
"systemd>=248.3-2" "systemd>=248.3-2"

View File

@ -39,6 +39,7 @@ kvmd:
- "--persistent" - "--persistent"
- "--dv-timings" - "--dv-timings"
- "--format=uyvy" - "--format=uyvy"
- "--format-swap-rgb"
- "--buffers=6" - "--buffers=6"
- "--encoder=m2m-image" - "--encoder=m2m-image"
- "--workers=3" - "--workers=3"