> 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/motive-ui-pages/status-bar.md).

# Status Bar

***

The Motive Status Bar located at the bottom of Motive. Individual sections detailed in greater depth below.

<figure><img src="https://v110.wiki.optitrack.com/images/thumb/5/58/StatusBar.png/1200px-StatusBar.png" alt=""><figcaption></figcaption></figure>

| Display                                                                 | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![Status1.png](https://v110.wiki.optitrack.com/images/b/ba/Status1.png) | Current system status.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| ![Status2.png](https://v110.wiki.optitrack.com/images/d/df/Status2.png) | Current camera frame rate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| ![Status3.png](https://v110.wiki.optitrack.com/images/6/63/Status3.png) | Current incoming data rate for all attached cameras.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| ![Status4.png](https://v110.wiki.optitrack.com/images/6/62/Status4.png) | Current point cloud frame rate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| ![Status5.png](https://v110.wiki.optitrack.com/images/0/08/Status5.png) | Current skeleton solver latency and frame rate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| ![Status6.png](https://v110.wiki.optitrack.com/images/6/61/Status6.png) | Current software latency. It represents time taken for processing 2D data into 3D data, modeling the trackable assets, and displaying in the viewport.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| ![Status7.png](https://v110.wiki.optitrack.com/images/4/48/Status7.png) | Current display frame rate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| ![Status8.png](https://v110.wiki.optitrack.com/images/3/34/Status8.png) | <p>Global health assessments of system activity. The color of each item indicates the current status of Motive. Clicking on individual icons will bring up UI elements relevant to that portion of system performance.</p><p><br>CAM: Color indication of the camera status.</p><ul><li>Dark: Cameras are not detected in Motive.</li><li>Green: Cameras area actively capturing the frames.</li><li>Yellow: All cameras are disabled in the Devices pane.</li><li>Red: Cameras are not properly capturing the frames. (e.g. frame drop).</li></ul><p><br>2D: Color indication of captured 2D frames.</p><ul><li>Dark: No 2D frames are being received.</li><li>Green: Cameras are capturing 2D images.</li></ul><p><br>3D: Color indication of reconstructed 3D frames</p><ul><li>Dark: 3D reconstruction is disabled. Check the Reconstruction settings and make sure the point cloud reconstruction is enabled.</li><li>Green: Motive is reconstructing 3D points from received 2D frames.</li></ul><p><br>NET: Color indication of the streaming status.</p><ul><li>Dark: Streaming is disabled. To enable it, check the broadcast streaming data on the Data Streaming pane.</li><li>Yellow: Streaming is enabled but the client application is not connected.</li><li>Green: Motive is connected to a NatNet client application and is streaming the tracking data.</li></ul> |

Category:&#x20;

* Motive UI


---

# 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/motive-ui-pages/status-bar.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.
