The following Desktop Client command line commands can help Windows users to programmatically manage large numbers of Desktop Clients. To run any of these commands, you should first:
C:\Program Files\RealNetworks\SAFR\Argus
.This command either updates camera settings for a single camera if a path to an .acc file is provided, or it replaces the entire settings file if a path to a .config file is provided.
There is no UI displayed, and the process exits after completion.
Syntax:
argus.exe copysettings <importFilePath>
where <importFilePath> is either: <filename>.acc or <filename>.config
Imports faces from a single image (JPEG or PNG) into the Identity Database.
The people import UI will pop up so that you can complete the import.
Syntax:
argus.exe import <filePath>
Closes all instances of SAFR without saving the current configuration settings.
Syntax:
argus.exe quit
Saves current configuration settings and closes all instances of SAFR.
Syntax:
argus.exe quitandsave
Add or update settings. The Desktop Client will run with no UI, update the settings, and then exit.
Syntax:
argus.exe settings <settings JSON>
Settings names can be found by looking in the user.config file located at C:\Users\<Your Username>\AppData\Local\RealNetworks\Argus.exe_*\2.0.0.0\user.config
Example:
argus.exe settings "{'Environment': 'CUSTOM', 'CoViServer': 'http://localhost:18080/covi-ws', 'EventServer': 'http://localhost:18092/', 'ObjectServer': 'http://localhost:18086', 'VRGAServer': 'http://localhost:18084'}"