Skip to content

Commit 680557b

Browse files
authored
Revert "fix(camera-streamer.sh): force camera to be always active (#197)"
This reverts commit 293768f.
1 parent cdb94da commit 680557b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libs/camera-streamer.sh

-3
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ function run_ayucamstream() {
8787
# Enable camera-auto_reconnect by default
8888
start_param+=( --camera-auto_reconnect=1 )
8989

90-
# Force camera to be always active by default
91-
start_param+=( --camera-force_active=1 )
92-
9390
# Custom Flag Handling (append to defaults)
9491
if [[ -n "${cstm}" ]]; then
9592
start_param+=( "${cstm}" )

0 commit comments

Comments
 (0)