> For the complete documentation index, see [llms.txt](https://docs.golffix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.golffix.io/undefined-1/recording-setup.md).

# 촬영 환경 준비 — 각도, 거리, 조명

카메라를 어디에 어떻게 놓는지에 따라 진단 정확도가 달라집니다. 촬영 전에 아래 항목을 확인하세요.

촬영은 **세로 방향**으로 합니다.

## 화면에 담겨야 하는 것

정면·측면 공통으로, 영상에 **신체 전체, 클럽 헤드, 공**이 모두 들어와야 합니다.

## 카메라 각도

* **정면(Face on)**: 어드레스 자세를 기준으로 카메라가 몸의 중심을 향하도록 배치하세요.
* **측면(DTL)**: 신체가 화면 중앙에 오도록 배치하세요. 두 발이 겹쳐져 하나로 보이는 각도가 가장 좋습니다.

## 카메라 거리

| 방향 | 걸음 수             | 거리        |
| -- | ---------------- | --------- |
| 정면 | 최소 3.5걸음, 6걸음 권장 | 약 2.5\~4m |
| 측면 | 최소 2.5걸음, 4걸음 권장 | 약 1.8\~3m |

## 카메라 높이

허리보다 높고 가슴보다 낮은 **명치 높이**를 권장합니다. 지면에서 약 130cm 높이입니다.

## 기울기와 흔들림

카메라가 기울어지면 화면 왜곡이 생겨 진단 정확도에 영향을 줄 수 있습니다. 거치대나 스탠드를 사용하세요. 스탠드 거치 방법은 [원격 촬영 세팅](/undefined-1/remote-setup.md)을 참고하세요.

## 조명과 배경

강한 역광과 어두운 환경은 피하고, 영상에 스윙하는 모습이 잘 보이도록 촬영하세요.

{% hint style="info" %}
촬영 환경이 완벽하지 않아도 골프픽스 AI는 최대한 스윙을 인식하려고 시도합니다. 다만 신뢰도 높은 진단 결과를 원한다면 위 항목들을 지켜주세요.
{% endhint %}

## 다음으로 보기

* [촬영하기 — 공통 절차와 기능](/undefined-1/how-to-record.md)
* [진단 정확도를 높이는 팁](/undefined-4/accuracy-tips.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://docs.golffix.io/undefined-1/recording-setup.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.
