diff --git a/home/pi/run.sh b/home/pi/run.sh index d12f0c0..0e6a1b4 100644 --- a/home/pi/run.sh +++ b/home/pi/run.sh @@ -33,5 +33,5 @@ esac # Launch video player with settings that depend on color range config. VIDEO_OUTPUT_LEVEL=$(/home/pi/getConfig.sh VIDEO_OUTPUT_LEVEL) -mpv av://v4l2:/dev/video0 --profile=low-latency --untimed --no-audio --opengl-glfinish=yes --opengl-swapinterval=0 --no-cache --really-quiet --fs --ontop --force-window=immediate --title=VitaDock+ --no-border --sws-scaler=lanczos --sws-fast=yes --scale=ewa_lanczossharp --video-output-levels="$VIDEO_OUTPUT_LEVEL" --osc=no || exit +mpv av://v4l2:/dev/video0 --profile=low-latency --untimed --no-audio --opengl-glfinish=yes --opengl-swapinterval=0 --no-cache --really-quiet --fs --force-window=immediate --title=VitaDock+ --no-border --sws-scaler=lanczos --sws-fast=yes --scale=ewa_lanczossharp --video-output-levels="$VIDEO_OUTPUT_LEVEL" --osc=no || exit