![]() |
|
#2
|
|||
|
|||
|
Is the user tracked and showing up in FAAST? If so, are you getting position and orientation data when you run the following:
Code:
import viz
import vizshape
import vizact
viz.go()
grid = vizshape.addGrid()
vrpn = viz.addExtension('vrpn7.dle')
t = vrpn.addTracker( 'Tracker0@localhost',8)
s = vizshape.addSphere(radius=.1)
l=viz.link(t,s)
def printData():
print 'position', t.getPosition()
print 'euler', t.getEuler()
vizact.ontimer(1,printData)
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Kinect Data Extraction | CG27 | Vizard | 1 | 03-03-2014 09:07 AM |
| Problems with using WIRKS without the Kinect in a mirror setting | Jennifer | Vizard | 0 | 06-03-2013 03:17 PM |
| kinect + avatars | Darkmax | Vizard | 7 | 04-19-2013 04:08 PM |
| Kinect auto selection of skeleton | victorqx | Vizard | 0 | 05-29-2012 08:30 AM |
| vizard 4 with kinect | Darkmax | Vizard | 3 | 05-04-2011 08:38 PM |