View Single Post
  #1  
Old 07-11-2007, 08:21 AM
michaelinTX michaelinTX is offline
Member
 
Join Date: Jul 2007
Posts: 7
Emagin Z800 problem

Is there anything like a complete tutorial on using this hmd? I'm not seeing anything in the HMD even though the test file displays and I don't receive an error message in the input/output window. Any suggestions? thx

code:

import viz
viz.go()
visor = viz.add('emagin.dls')
def mytimer(num):
data = visor.get()
viz.callback(viz.TIMER_EVENT,mytimer)
viz.starttimer(0, 0.1, viz.FOREVER)

input/output window:

************************************************** ********
** Loading myroom.py
************************************************** ********
Loading File: room.WRL
emagin.dls eMagin v2.0
** Load Time: 2.48 seconds
Reply With Quote