Skip to content

Commit a8b1ea6

Browse files
committed
fix(camera-streamer.sh): force camera to be always active
Potentially fixes mainsail-crew#139
1 parent 5c040f2 commit a8b1ea6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libs/camera-streamer.sh

+3
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ 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+
9093
# Custom Flag Handling (append to defaults)
9194
if [[ -n "${cstm}" ]]; then
9295
start_param+=( "${cstm}" )

0 commit comments

Comments
 (0)