You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I'm not mistaken, right now, to apply a config or preset file you have to launch with -a or -c flag, but you still have to type q after that to quit the TUI.
It would be nice to be able to apply a preset/config and quit instantly/not launch the TUI at all, using for example a -q/--quiet flag, e.g:
# Load config and apply it without launching TUI
camera-ctl -c /path/to/conf.file -q
# Load preset 5 from /path/to/presets and apply it without launching TUI
camera-ctl -p /path/to/presets -5 -q
The text was updated successfully, but these errors were encountered:
If I'm not mistaken, right now, to apply a config or preset file you have to launch with
-a
or-c
flag, but you still have to typeq
after that to quit the TUI.It would be nice to be able to apply a preset/config and quit instantly/not launch the TUI at all, using for example a
-q/--quiet
flag, e.g:The text was updated successfully, but these errors were encountered: