Vizard 7 » Reference » Stereo & Displays » Display devices » Fakespace Labs Wide5
7.6

Fakespace Labs Wide5

Vizard can drive this ultra wide field of view head-mounted display. To do so, you only need to copy & paste the code fragment shown below to your own program. For the tiling to function correctly, you must ensure that you have matched the tilt angles correctly as described in the user guide for your particular model.

 

In the code below, be sure to correctly set these parameters depending on your HMD:

In addition, you can optionally define the inter-pupillary separation (it is set to 0.06 by default).

import fakespace
fakespace.wide5(ipd=0.06,yaw=11.25,pitchN=10.0,pitchW=5.0)

You can optionally specify these values in your vizcore.cfg file by using the following option names:

Wide5 option name

Description

fakespace.wide5.ipd

Default IPD value

fakespace.wide5.yaw

Default yaw offset (degrees)

fakespace.wide5.pitchN

Default narrow pitch (degrees)

fakespace.wide5.pitchW

Default wide pitch (degrees)

See also

In this section:

Elumens Dome

nVis HMDs

ACT Kern

Sensics

iZ3D

Tridelity

Crescent

Sony HMDs

SteamVR HMDs

Oculus HMDs

Viulux HMDs

Other sections:

Frame parallel

Frame sequential

Line interlaced

Anaglyphic (red/cyan glasses)