WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rating: Thread Rating: 4 votes, 5.00 average. Display Modes
  #1  
Old 07-11-2006, 03:44 PM
spacefarer spacefarer is offline
Member
 
Join Date: Dec 2004
Location: Cambridge, MA
Posts: 17
eMagin

I tried to use eMagin's Z800 HMD with a 6 DOF head tracker and had an error which says "** ERROR: Failed to create Emagin IC3DVisor object". I'm using 3DVisor Utility Rev C (635) and my script is as follows. I'd apreciate your help. Thanks!
---
import viz
viz.go()
visor = viz.add('emagin.dls')
def mytimer (num):
data = visor.get()
print data
viz.callback(viz.TIMER_EVENT,mytimer)
viz.starttimer(0, 0.1, viz.FOREVER)
---
Reply With Quote
  #2  
Old 07-12-2006, 09:32 AM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
The eMagin is a somewhat temperamental device as it only allows one program to connect to it at a time. The Vizard driver works most consistently when the eMagin Utility program is not installed on the computer. Uninstall that and give it a try.
__________________
Paul Elliott
WorldViz LLC
Reply With Quote
  #3  
Old 09-13-2006, 05:46 AM
Plymouth Plymouth is offline
Member
 
Join Date: May 2006
Location: Plymouth, UK
Posts: 24
Can't connect error

I followed the install instructions for the driver you posted (including uninstalling the z800 utility program), but when I call emagin.dls I get error:80000016, can't connecto to device. Do you have any idea what I might be able to do to fix this?
Reply With Quote
  #4  
Old 09-13-2006, 08:32 AM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
Not sure but here are some possible problems:
--One can't move the headset when connecting
--No other programs can be connected to headset
--Need to turn headset on with button
__________________
Paul Elliott
WorldViz LLC
Reply With Quote
  #5  
Old 05-31-2007, 10:37 AM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
It seems that sometimes Vizard cannot connect to the eMagin after its USB cable has been unpluged and pluged back in. To fix this re-run the setup2k.exe in the install stuff folder of the zip when the eMagin is pluged in.
__________________
Paul Elliott
WorldViz LLC
Reply With Quote
  #6  
Old 07-26-2007, 11:00 AM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
New eMagin sensor driver release. This .dls file keeps the display from turning off after 5 minutes.
Attached Files
File Type: zip emaginSensor.zip (186.0 KB, 1073 views)
__________________
Paul Elliott
WorldViz LLC
Reply With Quote
  #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, 1008 views)
__________________
Paul Elliott
WorldViz LLC
Reply With Quote
  #8  
Old 10-31-2007, 10:06 AM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
By the by, the latest eMagin.dls driver is included in the latest Vizard release. So all you need to do is install the SetupWizard.
__________________
Paul Elliott
WorldViz LLC
Reply With Quote
  #9  
Old 10-31-2007, 10:11 AM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
You can also directly control the eMagin's display via the "Lab Tool" utility available on the eMagin support download page.

http://www.3dvisor.com/support.php
__________________
Paul Elliott
WorldViz LLC
Reply With Quote
  #10  
Old 04-10-2008, 10:10 AM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
The latest eMagin driver is included in the Vizard installer. No need to use the one attached to this thread.
__________________
Paul Elliott
WorldViz LLC
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 04:05 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC