View Single Post
  #2  
Old 07-23-2009, 04:06 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Could you show the code you use to link the VRPN tracker to the viewpoint?

What happens when you just try to print out the data in a timer function?
Code:
def showData():
	data = tracker.getData()  # Access the raw data 
	print data                # Print the array of data 

vizact.ontimer(0, showData)
Reply With Quote