> 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-4/accuracy-tips.md).

# 진단 정확도를 높이는 팁

같은 스윙이라도 촬영 환경과 사용 습관에 따라 진단 결과의 신뢰도가 달라집니다. 아래 항목을 지키면 더 정확한 진단을 받을 수 있습니다.

## 촬영 환경

* **카메라를 고정하세요.** 거치대나 스탠드를 사용하면 흔들림과 기울어짐으로 인한 화면 왜곡을 막을 수 있습니다. [원격 촬영 세팅](/undefined-1/remote-setup.md)을 참고하세요.
* **권장 위치를 지키세요.** 각도, 거리, 높이가 어긋나면 AI가 스윙축과 클럽 궤적을 파악하기 어렵습니다. [촬영 환경 준비](/undefined-1/recording-setup.md)에서 권장 수치를 확인하세요.
* **신체 전체, 클럽 헤드, 공이 화면에 들어와야 합니다.**
* **강한 역광과 어두운 환경을 피하세요.** 스윙하는 모습이 영상에 잘 보여야 합니다.

## 영상 사용 습관

* **앱에서 직접 촬영한 영상이 가장 정확합니다.** 다른 화면(TV, 모니터)을 재촬영한 영상은 각도 왜곡과 손떨림 때문에 분석이 어렵습니다. 관련 내용은 [프로 스윙을 촬영했는데 왜 10점이 아닌가요?](/undefined-4/pro-swing-score.md)를 참고하세요.
* **편집된 영상은 불러오지 마세요.** 슬로우 모션, 화면 전환, 클로즈업이 들어간 영상은 고정된 구도가 아니어서 분석에 적합하지 않습니다.

## 설정 확인

* **좌타/우타 설정을 확인하세요.** 스윙 방향 설정이 실제와 다르면 진단이 정확하지 않습니다. 좌타이신 경우 [좌타 유저 설정 가이드](/undefined-8/left-handed-setup.md)를 확인하세요.
* **실제 사용하는 클럽에 맞게 선택하세요.** 클럽 선택 기준은 [촬영하기](/undefined-1/how-to-record.md)를 참고하세요.

## 다음으로 보기

* [골프픽스 진단의 원리 — AI 동작 방식과 기준](/undefined-4/how-analysis-works.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-4/accuracy-tips.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.
