Skip to content

Commit

Permalink
Revert "fix(camera-streamer.sh): force camera to be always active (#197
Browse files Browse the repository at this point in the history
…)"

This reverts commit 293768f.
  • Loading branch information
mryel00 authored Nov 13, 2023
1 parent cdb94da commit 680557b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libs/camera-streamer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" )
Expand Down

0 comments on commit 680557b

Please sign in to comment.