PDA

View Full Version : I want to ask some program about vizard and 5DT


amaze12
02-09-2012, 07:45 AM
Hello,

Now I have Vizard and 5DT dataglove, and i have read the ''5DT data glove basics''. But I want to make the virtual hand moves with sevral seconds dalay, not synchronous with my real hand.

Can someone help me? Thanks.

Best regards.

amaze12
02-16-2012, 12:04 AM
? No one care?

Jeff
02-16-2012, 06:16 PM
This should be possible. You would have to look in hand.py to see how 5dt sensor data is mapped to the hand model. You would have to customize that to account for a delay.

amaze12
02-19-2012, 02:49 AM
OK. Thanks. And what should I do if I want to calibrate the data glove?

amaze12
02-19-2012, 03:31 AM
I want to use vizard(python) to show the data. But why it cannot? The code is here.

import viz
import vizact
import hand
PORT_5DT_USB = 0
glove = viz.add('5dt.dls')
data = glove.getData()
print data

But the data printed is only one line
[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]

What should I do?

amaze12
02-19-2012, 01:29 PM
OK. Now I have solved the third question myself. So what should I do with the calibration?

Darkmax
03-15-2012, 08:01 PM
normally with my glove i don't have to calibrate it, i just connect it and it works, maybe in some case i get a strange behavior but i just close and open the hand several times but that's all.

ann olegovna
01-08-2013, 06:08 AM
how did you print the data out?