WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 02-16-2008, 09:18 AM
Phil Phil is offline
Member
 
Join Date: Feb 2008
Posts: 1
Vizard with Vuzix VR920 headset

Hi,

Does anyone know how I can get the head tracking on the VR920 headset, working with Vizard ?

I am a beginner on Vizard so I've no idea if this is a very simple and obvious thing or impossible !

Any help would be much appreciated.

regards.

Phil
Reply With Quote
  #2  
Old 02-19-2008, 02:47 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
I believe the VR920 and the Icuiti are the same device. If so, you can use our Icuiti plugin that ships with Vizard. Here is some sample code that will connect to the HMD and link the orientation data to the viewpoint:
Code:
import viz
viz.go()

#Add icuiti sensor
icuiti = viz.add('icuiti.dls')

#Link sensor to viewpoint
viz.link(icuiti,viz.MainView)
Reply With Quote
  #3  
Old 03-25-2008, 09:31 PM
John P John P is offline
Member
 
Join Date: Jun 2006
Posts: 8
I can confirm the icuiti dls works for the vuzix vr920. Our vuzix even has the icuiti logo.
Reply With Quote
  #4  
Old 11-05-2010, 09:56 AM
Darkmax Darkmax is offline
Member
 
Join Date: Feb 2010
Posts: 108
hi i'm having trouble with vuzix vr920, i don't know if something change because im trying to load icuiti plugin and it tells me this error:

** Loading hmd_vuzix.py
************************************************** ****************
** ERROR: Failed to load plug-in: 'icuiti.dls'
** ERROR: Link failed (source linkable is invalid)
Loading File: gallery.ive
** Load Time: 0.80 seconds

my code is this one:

Code:
import viz
viz.go()

#Add icuiti sensor
icuiti = viz.add('icuiti.dls')

#Link sensor to viewpoint
viz.link(icuiti,viz.MainView)

viz.add("gallery.ive")
PD. I'm using vizard 3.18
Reply With Quote
  #5  
Old 11-05-2010, 01:06 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Are you also running any Vuzix software that connects to the sensor?
Reply With Quote
  #6  
Old 11-05-2010, 01:33 PM
Darkmax Darkmax is offline
Member
 
Join Date: Feb 2010
Posts: 108
i try running the vuzix vr manager with vizard and also just vizard
Reply With Quote
  #7  
Old 11-05-2010, 02:04 PM
Darkmax Darkmax is offline
Member
 
Join Date: Feb 2010
Posts: 108
i also tried the vuzix applications and it works, but when i tried with vizard doesn't work
Reply With Quote
  #8  
Old 11-05-2010, 02:15 PM
Darkmax Darkmax is offline
Member
 
Join Date: Feb 2010
Posts: 108
i resolved the problem, the new driver of vuzix 3.07 doesn't work so i tried a old version(2.4) that i download from vuzix site, and it's working.

so i dont know, if your planning to release a new driver to work with the new vuzix driver?
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Vizard won't run wouters Vizard 5 02-05-2008 11:12 AM
Fall 2007 release of Vizard R3 3 D Announcements 0 10-15-2007 04:50 PM
McAfee Privacy Service 8.1 causes Vizard not to run mspusch Vizard 0 03-01-2007 08:24 PM
Matlab and Vizard brystewa Vizard 1 09-18-2006 03:11 PM
wxPython with Vizard farshizzo Vizard 18 09-29-2005 08:49 AM


All times are GMT -7. The time now is 02:17 AM.


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