Reading VRPN Stream using python (Rigid Body Tracking)

NatNet, VRPN, TrackD, and Plugins
Post Reply
cbowen12345
Posts: 1
Joined: Mon Aug 23, 2010 7:19 am

Reading VRPN Stream using python (Rigid Body Tracking)

Post by cbowen12345 »

I am trying to read the data stream from Rigid Body Tracker with my python application for some realtime usage with VPRN. Does anyone have sample python code (that you are willing to share) allowing Python to stream the VRPN data.

I am working on a device to capture discrete locations of a rigid body(3D) in a previously calibrated volume. The application is for medical research and I am not a C programmer.

Thanks for any assistance.

R Bowen, PhD
cbowen12345@yahoo.com
gkfricke
Posts: 31
Joined: Sun Feb 14, 2010 5:42 pm
Location: Durham, NC
Contact:

Re: Reading VRPN Stream using python (Rigid Body Tracking)

Post by gkfricke »

So, I know this is very old -- did you ever get an answer to this?
NaturalPoint - Mike
Posts: 1896
Joined: Tue Feb 01, 2011 8:41 am
Location: Corvallis, OR

Re: Reading VRPN Stream using python (Rigid Body Tracking)

Post by NaturalPoint - Mike »

The VRPN standard is open, and packets can be directly deconstructed if necessary. There's some good information here you may be able to make some use of, or at least use as a starting point.
Post Reply