View Single Post
  #1  
Old 02-15-2010, 01:17 PM
llqqff llqqff is offline
Member
 
Join Date: May 2009
Posts: 25
question on linking markers in Vicon

Hi, I know vizard can link the vicon marker to some object like:
#Add a vicon marker
marker = viz.add('vicon.dls')
#Add a 3d ball to represent the marker
ball = viz.add('white_ball.wrl')
#Link the 3d ball to the marker
ball.link(marker)
Then is it possible to link a set of markers into vizard? Now I have vicon motion capture system and we capture human's movement. there are 53 markers in total for a subject, is it able to connect these markers to an avatar in Vizard directly? I know I can use live character. Thanks.
Reply With Quote