fix(camera-streamer.sh): force camera to be always active (#197)

Potentially fixes #139
This commit is contained in:
Patrick Gehrsitz 2023-11-03 12:06:44 +01:00 committed by GitHub
parent 5c040f24c1
commit 293768fdca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}" )