WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Vizard with Vuzix VR920 headset (https://forum.worldviz.com/showthread.php?t=1352)

Phil 02-16-2008 09:18 AM

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

farshizzo 02-19-2008 02:47 PM

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)


John P 03-25-2008 09:31 PM

I can confirm the icuiti dls works for the vuzix vr920. Our vuzix even has the icuiti logo.

Darkmax 11-05-2010 09:56 AM

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

Jeff 11-05-2010 01:06 PM

Are you also running any Vuzix software that connects to the sensor?

Darkmax 11-05-2010 01:33 PM

i try running the vuzix vr manager with vizard and also just vizard

Darkmax 11-05-2010 02:04 PM

i also tried the vuzix applications and it works, but when i tried with vizard doesn't work

Darkmax 11-05-2010 02:15 PM

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?


All times are GMT -7. The time now is 09:11 AM.

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