From 3d7c648c5ad04f3aad0feff1fe44d028e22f4425 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Mon, 30 Aug 2021 14:35:26 +0200 Subject: [PATCH] change FPS for cammie to 6 --- local/bin/sphere.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/bin/sphere.sh b/local/bin/sphere.sh index 636630b..445a3e3 100755 --- a/local/bin/sphere.sh +++ b/local/bin/sphere.sh @@ -22,7 +22,7 @@ if [ -n "$1" ]; then shift done else - mpv --no-correct-pts --fps=4 http://kelder.zeus.ugent.be/webcam/video/mjpg.cgi + mpv --no-correct-pts --fps=6 http://kelder.zeus.ugent.be/webcam/video/mjpg.cgi fi