*TrackingSystem()
Defines a user coordinated system capable of moving along with dynamically tracked marker locations.
Syntax
*TrackingSystem (axis, originID, axisID)
Application
MediaView
Inputs
- axis
 - Determines which axis will point at the axisID point. Options include: “Ox” or “Oy”
 - originID
 - The ID of the marker to be used as the origin for the tracking system.
 - axisID
 - The ID of the marker to be used as the axis point for the tracking system.
 
Context
*MasterMeasure()
*Measure()
Example
*BeginVideo()
	• • •
          *BeginVideoMarkerList(5, 13, {VIDEO_FILE_VIDEO_1})
	• • •
                   *TrackingSystem(“Ox”,1,2)
	*EndVideoMarkerList()
	• • •
*EndVideo
      Comments
Must appear in a *Begin()/*EndMarkerList() block.