WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 05-18-2009, 04:22 AM
mcicek mcicek is offline
Member
 
Join Date: Mar 2009
Posts: 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
Reply With Quote
  #2  
Old 05-18-2009, 05:17 PM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
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
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -7. The time now is 03:16 AM.


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