From e7d85dc2e673857989c58e304baa340cb7ee11e7 Mon Sep 17 00:00:00 2001 From: Patrick Gehrsitz <58853838+mryel00@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:32:23 +0100 Subject: [PATCH] fix: revert #197 (#207) --- libs/camera-streamer.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/camera-streamer.sh b/libs/camera-streamer.sh index 765ad7d..885557d 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}" )