> 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/remote-setup.md).

# 원격 촬영 세팅 — 스탠드 거치와 블루투스 리모컨

혼자 연습할 때는 스탠드에 기기를 거치하고 블루투스 리모컨으로 촬영을 시작하면 편리합니다. 거치부터 리모컨 설정까지 안내합니다.

## 스탠드에 거치하기

* 기기가 기울어지면 화면 왜곡으로 진단 정확도가 떨어질 수 있습니다. 캐디백이나 의자에 기대지 말고 스탠드(삼각대)를 사용하세요.
* 카메라 높이는 지면에서 약 130cm, 허리보다 높고 가슴보다 낮은 명치 높이가 적당합니다.
* 촬영 각도와 거리는 [촬영 환경 준비](/undefined-1/recording-setup.md)를 참고하세요.

## 블루투스 리모컨 연결하기

1. 리모컨을 기기의 블루투스 설정에서 연결하세요.
2. 골프픽스 환경설정에서 **블루투스 리모컨 지원**을 켜세요. 자세한 위치는 [환경 설정](/undefined-8/settings.md)을 참고하세요.
3. 촬영 준비가 되면 리모컨 버튼으로 촬영을 시작할 수 있습니다.

## 리모컨이 동작하지 않을 때

문제가 계속되면 [문의하기](/undefined-9/contact.md)로 알려주세요.

## 다음으로 보기

* [촬영 환경 준비 — 각도, 거리, 조명](/undefined-1/recording-setup.md)
* [촬영하기 — 공통 절차와 기능](/undefined-1/how-to-record.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/remote-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.
