Thread: Kinect
View Single Post
  #1  
Old 08-12-2014, 01:02 PM
roobert roobert is offline
Member
 
Join Date: May 2014
Location: Pachuca, Hidalgo, México
Posts: 34
Send a message via Skype™ to roobert
Exclamation Kinect

I tried connecting the kinect with vizard but the connection no work

I have this message
"check_vrpn_cookie(): VRPN Note: minor version number doesn't match: (prefer 'vrpn: ver. 07.30', got 'vrpn: ver. 07.29 0'). This is not normally a problem."

What is it???

my code is:
Quote:
import viz
import vizshape

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)
Reply With Quote