> 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-kr/readme.md).

# MOVIN TRACIN Stage

MOVIN TRACIN Stage는 무대 주변에 설치한 라이다 센서로 무대 위 사람을 스캔해 실시간 점군과 모션 데이터를 만듭니다. 이 데이터는 OSC로 전송되어 VJ 소프트웨어, Unreal Engine, 조명 콘솔 등 각종 소프트웨어에서 바로 활용할 수 있습니다.

**처음 설치**라면 [구성품](/movin-tracin-stage-kr/undefined/whats-included.md)부터 순서대로 진행해주세요. **이미 설정을 마쳤다면** [쇼 체크리스트](/movin-tracin-stage-kr/reference/quick-reference.md)를 사용하세요.

소프트웨어는 서버에 미리 설치되어 있고, 모든 조작은 workspace 화면에서 합니다. 업데이트는 MOVIN 지원 팀이 안내할 때만 진행해주세요.

## 전체 흐름

한 번 설정하면 이후에는 쇼만 운영합니다. workspace가 세 단계를 순서대로 안내합니다.

| Stage               | 하는 일                                     |
| ------------------- | ---------------------------------------- |
| **1 · Calibration** | 센서를 연결하고 하나의 3D 공간으로 정렬합니다.              |
| **2 · Settings**    | 실시간 데이터를 보며 트래킹 영역, 후처리, OSC 목적지를 설정합니다. |
| **3 · Live**        | 송출을 시작하고 쇼를 지켜봅니다.                       |

## 처음 설치할 때 읽는 순서

1. [구성품](/movin-tracin-stage-kr/undefined/whats-included.md) — 장비와 주변기기를 확인합니다.
2. [센서 설치](/movin-tracin-stage-kr/undefined/sensor-mounting.md) — 센서를 달고 케이블을 연결합니다.
3. [서버 연결 및 전원 켜기](/movin-tracin-stage-kr/undefined/server-back.md) — 모니터를 연결하고 화면을 켭니다.
4. [Workspace 화면](/movin-tracin-stage-kr/setup/the-workspace.md) — 화면 구성을 익힙니다.
5. [Calibration](/movin-tracin-stage-kr/setup/calibration.md) — 센서를 정렬하고 바닥과 무대 방향을 맞춥니다.
6. [Settings](/movin-tracin-stage-kr/setup/live-settings.md) — 영역을 정하고 빈 무대를 학습한 뒤 출력을 설정합니다.
7. [첫 데이터 수신 확인](/movin-tracin-stage-kr/setup/receive-output.md) — 수신 프로그램에 데이터가 들어오는지 확인합니다.
8. [쇼 운영하기](/movin-tracin-stage-kr/undefined-1/running-a-show.md) — 공연을 시작하고 마칩니다.

막히는 단계가 있으면 [문제 해결](/movin-tracin-stage-kr/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-kr/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.
