![]() |
#2
|
|||
|
|||
If you are losing tracking, either the marker is obscured or by some object or you are outside the tracking area. Perhaps the cameras can be oriented differently to cover the edges of the room better. You can take a look at the tracking space by adding the camera visualization post-process plug-in.
It looks like you are using the correct command for scaling the movement. My guess is there's a problem somewhere else in the script. Does the following work for you to scale the movement? Code:
import viz viz.go() vrpn = viz.add('vrpn7.dle') tracker = vrpn.addTracker('PPT0@hostname',0) headlink = viz.link(tracker, viz.MainView) headlink.postScale([15,1,15]) court = viz.addChild('court.ive') |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Intersense connection | blessonisaac | Vizard | 2 | 12-06-2010 05:13 PM |
PPT cameras not detecting calibration rig | sisun1030 | Precision Position Tracker (PPT) | 2 | 01-07-2010 09:54 AM |
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 |