Techviz

This guide shows you how to integrate your VIOSO projection calibration into Techviz.

1. In VIOSO

Techviz processes VIOSO’s native export format (.vwf). You can export the calibration in this format from in VIOSO6 from free mode or project mode

  1. Calibrate the projectors in either in:

    1. 2D (for static warping & single viewport), or

    2. 3D (model based for dynamic warping & multi-viewports)

  2. From the menu bar, go to File > Export Mapping

  3. Choose the format (.vwf) and tick the 3D box if applicable.

  • You can either create a project with the “Generic” template and configure the export and mapping type (2D/3D) in the designer

  • OR pick a template that has 3D vwf exports like “Unity”

2. In Techviz

To enable VIOSO warping, you must first create a VIOSO.ini file. Use the following template:

VIOSO.ini
[default]

;; Specify the full path to your VWF file

calibFile=C:\file.vwf
;; Specify the base matrix, that may vary depending on your display setup

base=[1000,0,0,0; 0,1000,0,0; 0,0,1000,0; 0,0,0,1]



;; Specify the channel indices, for as many channels as the VWF file contains

[A_left_eye]

calibIndex=0

[A_right_eye]

calibIndex=0

[B_left_eye]

calibIndex=1

[B_right_eye]

calibIndex=1

[C_left_eye]

calibIndex=2

[C_right_eye]

calibIndex=2



;; If you want debug logs:

; logLevel=3

; logFile=C:\file.log

You must then enable VIOSO warping in your Techviz configuration file. This is done by adding the following parameters:

All of these parameters can be modified interactively, including the .ini file: simply click the “Read configuration file” button in Otrack to apply your changes.

Last updated