#1
|
|||
|
|||
Vizard & USB 5DT Data Glove
Hi,
I'm having trouble getting vizard to detect an USB 5DT Data Glove Ultra 5. Code:
import viz import hand viz.go() #Add the 5DT sensor sensor = viz.add('5dt.dls') Code:
PORT_5DT = 2 Doesn't 5dt.dls offer USB support? Or am I doing something wrong? Thanks in advance, Ron |
#2
|
|||
|
|||
Hi,
The driver for the 5DT data glove was made before the USB version was released. We will update our driver within the next few days. I will let you know when it is finished. |
#3
|
|||
|
|||
That's great news! Thanks.
Ron |
#4
|
|||
|
|||
Hi,
I've attached a modified version of the 5DT driver to this post. It includes two files: fglove.dll and 5DT.dls. Place the file fglove.dll in the [Vizard25]/bin directory. Place the file 5DT.dls in the [Vizard25]/plug-ins directory. To connect to a USB glove you will need to specify the USB port as following: Code:
PORT_5DT_USB = 0 |
#5
|
|||
|
|||
Wow! That's quick. Thank you very much, it works perfectly, without any problems at all.
Kind regards, Ron |
Thread Tools | |
Display Modes | Rate This Thread |
|
|