Skip to content

Commit

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

Potentially fixes mainsail-crew#139
  • Loading branch information
mryel00 authored Nov 3, 2023
1 parent 5c040f2 commit 293768f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/camera-streamer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ 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 293768f

Please sign in to comment.