> For the complete documentation index, see [llms.txt](https://help.movin3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.movin3d.com/movin-tracin-stage-en/readme.md).

# MOVIN TRACIN Stage

Several LiDAR sensors around your stage build a live 3D view of the space. The app captures people and moving props as a point cloud and generates motion capture (mocap) skeleton data for people, then streams both to a lighting console, VJ application, or game engine over OSC. Props are captured as part of the point cloud; they are not tracked as individual objects.

Everything happens in the workspace, which opens in a web browser. No command line is required. Your MOVIN team installs and maintains the system.

## The flow

Set up the system once, then run the show. The workspace guides you through three stages in order.

| Stage                 | What you do                                                                                                        |
| --------------------- | ------------------------------------------------------------------------------------------------------------------ |
| **1 · Calibration**   | Connect the sensors and align them into one shared 3D scene.                                                       |
| **2 · Live Settings** | Set the tracking zones, configure post-processing, and specify the OSC destination while viewing live sensor data. |
| **3 · Live Monitor**  | Broadcasting is active. Monitor the show.                                                                          |

You only need to calibrate the system once per installation, or after a sensor is moved.

## Where to start

* New to the system? See [The workspace screen](/movin-tracin-stage-en/getting-started/the-workspace.md).
* Setting up? See [Setup overview](/movin-tracin-stage-en/setup/setup.md).
* Ready to run a show? See [Running a show](/movin-tracin-stage-en/running-a-show/running-a-show.md).
* Something is wrong? See [Troubleshooting](/movin-tracin-stage-en/reference/troubleshooting.md).


---

# 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://help.movin3d.com/movin-tracin-stage-en/readme.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.
