|
#1
|
|||
|
|||
Using 5DT plug-in with the data coming through network...
Dear all,
I hope you are well today and I hope you can help me! I have the 5DT data gloves connected to one computer and I need to send the glove data through the network to another computer. I have actually achieved it doing some C programming. However, I would like to use Vizard plug-in at the receiver side in order to animate the avatar's hand. I have gone through the tutorial and examples on the net and I have seen that the port of the data glove needs to be defined on top of the Vizard file and then the sensor fetches the data accordingly. In my case, I fetch the data from the network already and I would like to feed it to this sensor object somehow. Is this possible at all?? Many thanks in advance for your help!! Kind regards Mine |
#2
|
|||
|
|||
The 5DT plugin expects the glove to be connected to a local serial port. The port variable specifies the serial port COM number. So using the 5DT plugin is not going to work.
What you can do is grab the joint rotations off the network and apply it to the hand bones yourself. Check out Vizards hand.py file for how Vizard uses 5DT data to animate the hand. If you want, you can use the hand.py file's sensor framework for creating your network driven hand. To do this, it looks like you will want to create a class derived from the InputSensor class. If you make your InputSensor classes getData method return a 15 element list in the same format as the 5DT plugin, then you can reuse the _5DTRenderer class.
__________________
Paul Elliott WorldViz LLC |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Crashing when I select Tracker option | GoldenSun | Vizard | 4 | 07-01-2008 11:06 AM |
Can I get real time Intersense tracking data from another computer on the network? | GoldenSun | Vizard | 4 | 04-30-2008 07:42 PM |
Flagging the Data | Elittdogg | Vizard | 5 | 04-11-2008 11:40 AM |
Data Files | betancourtb82 | Vizard | 6 | 05-04-2006 02:43 PM |
tracking using quaternarion data | jfreeman | Vizard | 2 | 06-01-2005 08:48 AM |