Thread: eMagin
View Single Post
  #1  
Old 07-11-2006, 03:44 PM
spacefarer spacefarer is offline
Member
 
Join Date: Dec 2004
Location: Cambridge, MA
Posts: 17
eMagin

I tried to use eMagin's Z800 HMD with a 6 DOF head tracker and had an error which says "** ERROR: Failed to create Emagin IC3DVisor object". I'm using 3DVisor Utility Rev C (635) and my script is as follows. I'd apreciate your help. Thanks!
---
import viz
viz.go()
visor = viz.add('emagin.dls')
def mytimer (num):
data = visor.get()
print data
viz.callback(viz.TIMER_EVENT,mytimer)
viz.starttimer(0, 0.1, viz.FOREVER)
---
Reply With Quote