Tracker 4 command line options
Tracker supports the following command-line options that control functionality.
Option | Effect |
---|---|
--help
|
Show a dialog listing the available command-line options. |
--log arg
|
Set default log level to one of [ Setting to For example, at Unless the Advanced Options panel is shown from the Log context menu, the Log view in the application always hides messages at levels |
--crash-handler arg
|
Set the crash handler [
|
--terminal-port arg
|
Set the port to use for the Vicon Core API terminal server. The default option is 52800 . |
--log-dir arg
|
Set the directory to use for log files. The default value is C:\Users\Public\Documents\Vicon\Tracker4.#\Log |
--max-log-files arg
|
Set the maximum number of log files to keep. The default value is 20 . |
--system-ip-address
|
Set the host IP address to use for the Vicon system. The default value is 192.168.10.1 . |
--no-version-prompt
|
Suppress prompt to update if not running the latest application version. This may be useful when running as a headless service. |
--no-splash
|
Suppress the application splash screen. |
For example, to save a maximum of 100 log files to C:\TrackerLogs, run Tracker with the command:
"Tracker.exe --log-dir=C:\TrackerLogs --max-log-files=100
"