Vizard 7 » Reference » Input Devices » Position and Orientation Trackers » Personal Space Technologies
7.6

Personal Space Technologies plug-in

This plug-in provides support for the Personal Space Tracker™ 6DOF optical motion tracker, from Personal Space Technologies.

Initialization

The Personal Space Technologies plug-in is implemented as a Vizard extension, with the following methods:

Method

Description

<pstech>.addTracker(name)

Returns the Personal Space Tracker with the given name. The name is case sensitive. The returned tracker is a standard extension sensor object.

Note: To connect to a tracker, the Personal Space Tracker application must be running on the same computer and the tracker with the specified name must be enabled. When connecting to multiple trackers, you must ensure that each tracker has a unique ID assigned to it.

Example

The following example shows how to connect to a Personal Space Tracker named tracker:

#Create pstech extension
pstech = viz.add('pstech.dle')

#Connect to 'tracker'
tracker = pstech.addTracker('tracker')