WorldViz User Forum  

Go Back   WorldViz User Forum > Plug-in development

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 10-05-2012, 08:14 AM
IGM IGM is offline
Member
 
Join Date: Oct 2012
Posts: 4
DATAGLOVE in AVATAR

Hi, I would like to move fingers of the avatar with data from a DATAGLOVE. Someone knows How could I do?
I know to move a hand model but not the fingers of the avatar.
Thank you very much.
Reply With Quote
  #2  
Old 10-05-2012, 02:29 PM
mspusch mspusch is offline
WorldViz Team Member
 
Join Date: Feb 2003
Posts: 223
which glove do you use and which avatar model?

one way to do this is to use the glove with Motionbuilder (most glove companies provide a Motionbuilder plug-in) and then use Vizard Live Characters.

this requires Autodesk Motionbuilder and then the Worldviz Live Characters plugin

all best,

Matthias
Reply With Quote
  #3  
Old 10-08-2012, 04:37 AM
IGM IGM is offline
Member
 
Join Date: Oct 2012
Posts: 4
Hi Matthias,
I have a 5DT Dataglove and I want to animate the hand of vcc_male of Vizard, without Autodesk Motionbuilder.
It is possible?
Thank you very much
Reply With Quote
  #4  
Old 10-08-2012, 10:49 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Yes, this should be possible. Does the following work for you?
Code:
avatar = viz.add('vcc_male.cfg')

PORT_5DT_USB = 0 #Connect to first USB device
rightGlove = viz.add('5dt.dls')

import hand
rhand = hand.AvatarHandModel( avatar, sensor = rightGlove )
#lhand = hand.AvatarHandModel( avatar, sensor = sensor, left = True )

Last edited by Jeff; 10-08-2012 at 03:19 PM.
Reply With Quote
  #5  
Old 10-09-2012, 02:32 AM
IGM IGM is offline
Member
 
Join Date: Oct 2012
Posts: 4
It works very well.
Thank you very much!
Reply With Quote
  #6  
Old 10-16-2012, 02:36 AM
IGM IGM is offline
Member
 
Join Date: Oct 2012
Posts: 4
Hello!
Someone knows if it's possible some kind of calibration of 5dt DATAGLOVE in vizard?

Thanks!
Reply With Quote
Reply

Tags
avatar, dataglove, fingers

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
Avatar & Motion Capture Interface Angie Vizard 1 08-05-2010 06:17 PM
Collision of an avatar with a quad Frank Verberne Vizard 8 06-04-2008 09:44 AM
Looking through the eyes of an avatar Frank Verberne Vizard 2 04-01-2008 05:52 AM
How to make avatar's eyes to blink when speaking michelcm3 Vizard 12 01-15-2008 08:48 AM


All times are GMT -7. The time now is 07:55 PM.


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