From 0e13ca7378f16fd1fcd43c1c83c6c19329492083 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 25 Jun 2025 08:32:17 -0500 Subject: [PATCH] updated installer for gc311 --- scripts/install-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-server.sh b/scripts/install-server.sh index 8e5c066..766ea2d 100755 --- a/scripts/install-server.sh +++ b/scripts/install-server.sh @@ -32,7 +32,7 @@ echo "==> 2b. Predictable /dev names for each capture card" # probe all v4l2 devices, keep only the two GC311 capture cards mapfile -t GC_VIDEOS < <( - v4l2-ctl --list-devices | + sudo v4l2-ctl --list-devices | awk '/Live Gamer MINI/{getline; print $1}' )