VIOSO 6
Exaplay Documentation
  • Welcome to VIOSO 6
  • Changelog and Version History
  • System Preparation
    • Operating System
      • Visual Studio Runtime
      • DirectX Runtime
    • Graphics cards
      • Display Adaptors
      • NVIDIA RTX/Quadro Setup
        • Find and install NVIDIA Drivers
        • EDID Emulation
        • 3D Settings for video playback
        • NVIDIA Mosaic
        • Output Synchronization
      • Others/onBoard GPUs
      • Expanders
    • Network
      • setup a network of fixed IPs
      • firewall configuration
      • camera network
      • remote access via LAN and internet
      • Network settings in VIOSO 6
    • Camera
      • Webcams
      • VIOSO Camera kits
        • Configuring Daheng Cameras
        • Configuring HIK Vision Cameras
        • Configuring IDS Imaging Cameras
      • SLR Cameras via USB connection
      • Other IP-cameras (IP, cctv etc)
    • Projectors
      • Blacklevel explained
    • Deploy VIOSO 6
      • Licensing
        • License information
        • Demo License
        • License Activation
        • License Transfer
        • Maintenance
      • First Init & Autostart
      • Updating VIOSO 6
  • Getting Started
    • Testpattern
    • Project Mode vs. Free Mode
    • Free Mode
      • Multiclient Configuration (Abstract Displays)
      • 3D Model Handling
    • Project Mode
      • Project Creation
      • Designer
  • Calibration
    • Scanning
      • Device Selection
      • Camera adjustment
        • Webcams / DirectShow devices
        • Using Daheng Cameras within VIOSO 6
        • Using HIK Vision Cameras within VIOSO 6
        • Camera Masking (Region of interest)
      • Projector masking
      • Scanning projectors
      • Scan Result
    • Content Mapping
      • 3D Mapping
        • 3D Mapping parameters
        • 3D Mapping in Freemode
      • 2D Warp
    • Blending & Global Adjustments
    • Adjust Projectors
  • USING CALIBRATIONS
    • Integrated Videoplayer
    • Export to Exaplay
    • Export to any application
    • Desktop Embedding
    • Real-time Engines
      • Unity3D
      • Unreal Engine
        • UE Examples & Sample files
      • MiddleVR
      • Techviz
    • VIOSO WarpBlend API
      • VIOSOWarpBlend.ini Reference
  • STEP BY STEP GUIDES
    • Calibration for common media servers
      • AV Stumpfl Pixera
        • Pixera v.2
          • Project Mode Walkthrough
          • Free Mode Walkthrough
        • Pixera v.1
      • Dataton Watchout
        • Watchout v.7
        • Watchout v.6
      • Ioversal Vertex
      • 7th Sense Delta Server
      • Christie Pandoras Box
      • Derivative TouchDesigner
      • BrightSign
  • Typical Calibration Workflows
    • Immersive Rooms (free mode)
    • Cylindrical Panorama with fisheye camera (project mode)
    • 3D calibration in VIOSO 6 free mode
  • References
    • Command Line Reference
    • Remote Control Reference
    • Export Automation Reference
    • Scripting for VIOSO applications
  • Tools
    • Configure Mosaic
  • Knowledgebase
    • FAQ
Powered by GitBook
On this page
  • Software Executable Path:
  • Command Line Parameters:
  • Example
Export as PDF
  1. References

Command Line Reference

VIOSO applicationscan be launched from the Windows command line with various parameters that allow you to automate and control the behavior of the software.

Software Executable Path:

To launch VIOSO from the command line, you must first locate its executable file (.exe). This will depend on the path you chose during installation. The standard installation path is C:\Program Files\VIOSO6\

The executables are located in these folders:

  • VIOSO 6: C:\Program Files\VIOSO6\SPCalibrator64.exe

  • VIOSO 6 Blackbox (for SIM applications): Standard build: C:\Program Files\VIOSO6\Blackbox64.exe Build with Datapath Vision Support: C:\Program Files\VIOSO6\BlackboxVRGB64.exe

You can also start the application from the Windows Start Menu: All Programs / VIOSO6

Command Line Parameters:

Parameter
Description
Note

/a

starts a recalibration behaviour on application startup

/A

starts a recalibration behaviour on application startup and closes when the calibration is done

/C:"path"

path of the (.ini) file directory to use

removed in VIOSO 6

/E

exports using using automation script after load and recalibration, if specified

/F:"profile"

prefered GUI Profile (if available) accepted profiles: ”file player”, ”Standard”, “first init”

/I:"ip"

initializes a network adapter (IP address) to use

/H

starts the application in scripting host mode, able to perform complex automatic behaviour, defined via script files

/H:"file"

starts the application in scripting host mode and loads a scripting file (.ini) on startup, requires full path

/L:"file"

loads a calibration file on startup, requires full path. e.g.: /L:"D:\Calibration\calib_Final.sps"

/Lang:n

defines the default language of the application (n: Language code, ex: 1033: English US; 1031 German Germany)

/M

starts application GUI minimized

/O:"path"

path => name of the project path to use at startup

new in VIOSO 6

/R

starts playout automatically on application startup

/S:"path"

path of the data exchange directory to use

/V

Verbose mode (gives detailed information on errors)

/X:"name"

Name of the memory file in case of IPC using

Example

This command starts VR&SIM with the following operations:

C:\Program Files\VIOSO6\SPCalibrator64.exe /L:"final.sps" /S:"D:\VIOSO\Calib" /I:"192.168.0.1" /M
  • loads "final.sps" from the standard data path

  • uses D:\VIOSO\Calib as standard data path

  • initializes network interfaces of application on the adapter 192.168.0.1

  • starts the application minimized

Previous3D calibration in VIOSO 6 free modeNextRemote Control Reference

Last updated 1 year ago