#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 |
#2
|
|||
|
|||
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) |
#3
|
|||
|
|||
I can confirm the icuiti dls works for the vuzix vr920. Our vuzix even has the icuiti logo.
|
#4
|
|||
|
|||
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") |
#5
|
|||
|
|||
Are you also running any Vuzix software that connects to the sensor?
|
#6
|
|||
|
|||
i try running the vuzix vr manager with vizard and also just vizard
|
#7
|
|||
|
|||
i also tried the vuzix applications and it works, but when i tried with vizard doesn't work
|
#8
|
|||
|
|||
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? |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Vizard won't run | wouters | Vizard | 5 | 02-05-2008 12:12 PM |
Fall 2007 release of Vizard R3 | 3 D | Announcements | 0 | 10-15-2007 05:50 PM |
McAfee Privacy Service 8.1 causes Vizard not to run | mspusch | Vizard | 0 | 03-01-2007 09:24 PM |
Matlab and Vizard | brystewa | Vizard | 1 | 09-18-2006 04:11 PM |
wxPython with Vizard | farshizzo | Vizard | 18 | 09-29-2005 09:49 AM |