| 
				
				Including eMagin DLS - viz.link?
			 
 
			
			Hello,
 I am trying to use eMagin HMD in Vizard and it says
 
 ** WARNING: viz.tracker will be deprecated in future versions of Vizard, use viz.link instead
 
 My code is currently
 
 #Add the emagin tracker
 tracker = viz.add('emagin.dls')
 viz.tracker()
 tracker.reset()
 
 Can anyone help me update the code?
 
 Thank you.
 |