View Single Post
  #6  
Old 03-16-2017, 01:07 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Make sure you have the latest version of Vizard 5 by going to Help > Check for Updates. Then try adding the following code in the postInit section of the vizconnect file:

Code:
import steamvr
hmd = steamvr.getExtension().getHMDList()[0]
hmd.setMonoMirror(True)
Do you still get an error? If so, please attach your vizconnect file here.
Reply With Quote