Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

You can use command line options for Shogun Live and Shogun Post.

Shogun Live command line options

Shogun Live supports the following command line options:

OptionDescription
--helpList supported command line options.
--log <level>Set logging level to one of [Off, Always, Error, Warn, Info, Default, Debug]. The default value is Default.

Setting to Off turns off all logging. Other options enable logging at that level of priority or higher.

For example, at Default level, messages at levels Always, Error, Warn, Info, and Default are logged to file.

Unless the Advanced Options panel is shown from the Log context menu, the Log view in the application always hides messages at levels Default and Debug.

--force-glesLoad in Graphics Compatibility mode.
--terminal-port <port number>Specify a port number for the Live API terminal server (the default is 52800).
--nosplashDo not show the splash screen.
--log-dir <path>Specify a directory in which to save the log file (overrides default location).
--agent-host-ip=<host IP>Where host IP is the IP address of the machine. Used to extract a subnet for harvesting network interfaces when setting up multi-machine Shogun processing. For details, see Run Shogun processing on multiple machines.


Example usage:

> C:\Program Files\Vicon\ShogunLive1.9\ShogunLive.exe --log Info --log-dir C:\tmp\ShogunLiveLogs

> C:\Program Files\Vicon\ShogunLive1.9\ShogunLive.exe --agent-host-ip=192.168.1.100

Shogun Post command line options

Shogun Post supports the following command line options:

OptionDescription
--force-glesLoad in Graphics Compatibility mode.
--SkipSplashDo not show the splash screen.
--crash-handler <string>Optionally, specify quiet or system.
If used with no argument, the Vicon crash handler is used.
--exit-after-scriptClose Shogun Post after running the init script.


Example usage:

> C:\Program Files\Vicon\ShogunPost1.9\ShogunPost.exe --SkipSplash

  • No labels