change FPS for cammie to 6

This commit is contained in:
Felix Van der Jeugt 2021-08-30 14:35:26 +02:00
parent 3683777c4b
commit 3d7c648c5a
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 1 additions and 1 deletions

View File

@ -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