We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c040f2 commit 293768fCopy full SHA for 293768f
libs/camera-streamer.sh
@@ -87,6 +87,9 @@ function run_ayucamstream() {
87
# Enable camera-auto_reconnect by default
88
start_param+=( --camera-auto_reconnect=1 )
89
90
+ # Force camera to be always active by default
91
+ start_param+=( --camera-force_active=1 )
92
+
93
# Custom Flag Handling (append to defaults)
94
if [[ -n "${cstm}" ]]; then
95
start_param+=( "${cstm}" )
0 commit comments