From 974314bb459dacc09cf4ef86959e789267590317 Mon Sep 17 00:00:00 2001 From: Patrick Gehrsitz <58853838+mryel00@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:28:18 +0100 Subject: [PATCH] fix: revert #197 --- libs/camera-streamer.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/camera-streamer.sh b/libs/camera-streamer.sh index 765ad7d5..885557d6 100755 --- a/libs/camera-streamer.sh +++ b/libs/camera-streamer.sh @@ -87,9 +87,6 @@ function run_ayucamstream() { # Enable camera-auto_reconnect by default start_param+=( --camera-auto_reconnect=1 ) - # Force camera to be always active by default - start_param+=( --camera-force_active=1 ) - # Custom Flag Handling (append to defaults) if [[ -n "${cstm}" ]]; then start_param+=( "${cstm}" )