Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mryel00 authored Nov 13, 2023
1 parent cdb94da commit e7d85dc
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 e7d85dc

Please sign in to comment.