> For the complete documentation index, see [llms.txt](https://docs.optitrack.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.optitrack.com/v1.1/hardware-setup/tracking-bar-coordinate-system.md).

# Tracking Bar Coordinate System

The OptiTrack Duo/Trio tracking bars are factory calibrated and there is no need to calibrate the cameras to use the system. By default, the tracking volume is set at the center origin of the cameras and the axis are oriented as shown in the following image (Z forward, Y up, X left):

<figure><img src="https://v110.wiki.optitrack.com/images/thumb/a/a7/TrackingBar_DefaultAxis.png/450px-TrackingBar_DefaultAxis.png" alt=""><figcaption><p>Default coordinate axis for the Trio tracking bar</p></figcaption></figure>

<figure><img src="https://v110.wiki.optitrack.com/images/thumb/2/2e/Duo_Default.png/450px-Duo_Default.png" alt=""><figcaption><p>Default coordinate axis for the Duo tracking bar</p></figcaption></figure>

If you wish to change the location and orientation of the global axis, you can use the Coordinate Systems Tool which can be found under the Tools tab.

## Coordinate Systems Tool

***

When using the Duo/Trio tracking bars, you can set the coordinate origin at desired location and orientation using a calibration square. Make sure the calibration square is oriented properly.

Adjusting the Coordinate System Steps:

1. First set place the calibration square at the desired origin.
2. \[Motive] Open the Coordinate System Tools pane under the Tools tab.
3. \[Motive] Select the Calibration square markers from the Perspective View pane
4. \[Motive] Click Set Set Ground Plane button from the Coordinate Systen Tools pane, and the global origin will be adjusted.

<figure><img src="https://v110.wiki.optitrack.com/images/thumb/f/fb/TrackingBar_Coordinate.png/750px-TrackingBar_Coordinate.png" alt=""><figcaption><p>Using the Coordinate System Tool, which is available only when a tracking bar is connected.</p></figcaption></figure>

<figure><img src="https://v110.wiki.optitrack.com/images/2/23/Calib_Square.jpg" alt=""><figcaption><p>Calibration square axis convention.</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.optitrack.com/v1.1/hardware-setup/tracking-bar-coordinate-system.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
