From a49b833ac803d5de5850d505ffef79017d8acee9 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 31 Jan 2024 22:26:07 +0100 Subject: [PATCH] fix IDs list --- bin/streaming/tc_video_simple_webm_stream-gst1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/streaming/tc_video_simple_webm_stream-gst1.sh b/bin/streaming/tc_video_simple_webm_stream-gst1.sh index 26d36fe..0734a6e 100755 --- a/bin/streaming/tc_video_simple_webm_stream-gst1.sh +++ b/bin/streaming/tc_video_simple_webm_stream-gst1.sh @@ -13,7 +13,7 @@ else V4L2_IDS=(V4L2_ID) fi -for ID in ${V4L2_ID[@]}; do +for ID in ${V4L2_IDS[@]}; do # V4L2 setup if [ ! -z "${V4L2_ZOOM-}" ]; then -- 2.39.5