I have attached the latest Vizard eMagin driver and modified the installation instructions.
Installing Emagin for Vizard:
1. Install the Emagin SDK by downloading the SetupWizard from here:
http://www.3dvisor.com/support.php
2. Run the Setup Wizard and install the software.
3. Plug in the eMagin USB cable.
4. Install the eMagin USB drivers by pointing the Windows hardware installer to
C:\Program Files\eMagin\drivers
5. You can now access the orientation data of the eMagin in Vizard:
import viz
viz.go()
viz.add('gallery.ive')
sensor = viz.add('emagin.dls')
viz.link(sensor, viz.MainView)