updated installer for gc311

This commit is contained in:
Brad Stein 2025-06-25 08:32:17 -05:00
parent 65a31f76d6
commit 0e13ca7378

View File

@ -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}'
)