WorldViz User Forum  

Go Back   WorldViz User Forum > Precision Position Tracker (PPT)

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 09-07-2012, 04:10 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
With the VRPN plug-in in Vizard you can create a server to stream the Intersense data:
Code:
#Add VRPN extension
vrpn = viz.add('vrpn7.dle')

#Create a server
server = vrpn.addTrackerServer('VizardTracker')

#Get the Intersense tracker
isense = viz.add('intersense.dle') 
tracker = isense.addTracker()

#Set tracker that server uses
server.setTracker(tracker)
In PPT, specify the VRPN server when you configure the VRPN input plug-in. Here that would be:
Code:
VizardTracker@Render-PC
where Render-PC is the name of the machine running Vizard.

If the script is not running and streaming data you'll see error messages in PPT Studio when the VRPN Input plug-in is added.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
intersense addTracker krimble Vizard 4 04-02-2012 09:57 AM
VRPN quaternion conversion from PPT from Intersense InertiaCube willemsn Precision Position Tracker (PPT) 0 07-20-2011 01:59 PM
Properly aligning the intersense with the PPT Systems Z Axis shivanangel Precision Position Tracker (PPT) 0 11-10-2009 11:35 AM
world is tilting - intersense or code problem? billjarrold Vizard 2 11-06-2009 08:03 AM
intersense with 5DT glove sjp Vizard 2 04-06-2009 07:22 AM


All times are GMT -7. The time now is 02:39 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC