| 
		
	
		
		
			
			 
				
				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
		 
		
		
		
		
		
		
		
		
	
	 |