Trackd Configuration

From Immersive Visualization Lab Wiki
Revision as of 12:00, 7 May 2008 by Jschulze (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This trackd configuration is for the installation of a trackd based tracking system in front of a flat stereo screen (e.g., c-wall). We use a Flock of Birds tracking system with a Wanda device for head and hand tracking, in COVISE. Our coordinate system is as follows. When in front of the screen looking at the screen: x goes the right, y goes into the screen, z goes up.

DefineDevice FOB fobirds 2   # number of sensors, not counting the ERC
DeviceOption FOB port com1
DeviceOption FOB Baud 9600
DeviceOption FOB ERC 1   # device ID of ERC
DeviceOption FOB CAVECoordinates yes  # this is important for the rotational angles
DeviceOption FOB Hemisphere -Z    # this works when the tracker is on the floor, close to the screen
DeviceOption FOB Sync Off  
DeviceOption FOB TransmitterRotation 0 0 1 90

# Define Wanda
DefineDevice CAVEwanda wanda
DeviceOption CAVEwanda port com3

# Define UDP connector for sensors to head node
DefineConnector Ether1 udp out 1
ConnectorOption Ether1 data tracker
ConnectorOption Ether1 port 9005
ConnectorOption Ether1 remote 137.110.118.199:9005

# Define UDP connector for controller to head node
DefineConnector Ether2 udp out 2
ConnectorOption Ether2 data controller
ConnectorOption Ether2 port 9010
ConnectorOption Ether2 remote 137.110.118.199:9010