> 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/how-to-record.md).

# 촬영하기 — 공통 절차와 기능

골프픽스의 촬영 기능들은 공통된 프리뷰 화면과 촬영 절차를 사용합니다. 이 페이지의 내용은 스윙 레코더, 집중연습 등 촬영이 있는 모든 기능에 적용됩니다.

촬영 전 카메라 배치는 [촬영 환경 준비](/undefined-1/recording-setup.md)를 먼저 확인하세요.

## 프리뷰 화면 세팅 항목

촬영을 시작하기 전에 프리뷰 화면에서 다음 항목을 설정합니다.

* **사용 클럽**: 아이언 또는 드라이버를 선택합니다.
* **스윙 방향**: 정면(Face on) 또는 측면(DTL)을 선택합니다.
* **좌타/우타**: 스윙하는 손 방향을 설정합니다.
* **촬영 횟수**: 한 세션에서 촬영할 스윙 횟수를 설정합니다.
* **FPS**: 촬영 프레임을 선택합니다.
* **타이머**: 촬영 시작 전 대기 시간을 설정합니다.
* **피드백 시간**: 반복 촬영 중 표시되는 중간 피드백의 시간을 설정합니다.

{% hint style="info" %}
기능에 따라 세팅 항목이 조금씩 추가될 수 있습니다. 기능별 차이는 각 기능 페이지를 참고하세요.
{% endhint %}

### 클럽 선택 기준

| 실제 사용 클럽            | 선택   |
| ------------------- | ---- |
| 아이언, 유틸리티, 클럽 없이 맨손 | 아이언  |
| 드라이버, 우드            | 드라이버 |

## 촬영 절차

1. 프리뷰 화면에서 세팅을 완료하세요.
2. 촬영을 시작하고 어드레스 자세를 잡으세요.
3. 스윙하세요. 골프픽스 AI가 어드레스와 피니시를 자동으로 인식해 스윙 구간만 기록합니다.
4. 설정한 촬영 횟수만큼 반복하면 촬영이 종료됩니다.

별도의 시작·정지 조작 없이 스윙만 하면 됩니다. 혼자 촬영할 때 리모컨을 사용하는 방법은 [원격 촬영 세팅](/undefined-1/remote-setup.md)을 참고하세요.

## 다음으로 보기

* [촬영이 잘 안 될 때](/undefined-1/recording-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://docs.golffix.io/undefined-1/how-to-record.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.
