Thread: eMagin
View Single Post
  #7  
Old 09-28-2007, 11:36 AM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
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)
Attached Files
File Type: zip emaginSensor.zip (7.2 KB, 2014 views)
__________________
Paul Elliott
WorldViz LLC
Reply With Quote