View Single Post
  #2  
Old 03-24-2011, 10:08 AM
Zhi Zhi is offline
Member
 
Join Date: Mar 2011
Posts: 49
I got help from the Sensics support team. Although we have a xSight HMD, we only have a SVC (not SVP) with it. So, we have to use the old script (similar like that used for piSight HMD) as below:

import viz
viz.go(viz.FULLSCREEN)
import sensics
hmd = sensics.load(panelalign='C:\\ProgramFiles\\Sensics \\config\\0118\\panelalign.txt',layout='C:\\Progra m Files\\Sensics\\config\\0118\\layout.txt',clearcol or=viz.BLACK)

This works really well with the master machine. However, the Vizard can not find the slave machine which is specified in the "layout.txt" file.

Does anyone know how to use Vizard to control two computers with different views on the same VR world.

Thanks
Zhi
Reply With Quote