> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/verkada-cameras/ko/maintenance-and-troubleshooting/verkada-dome-camera-maintenance.md).

# Verkada 돔 카메라 유지 관리

카메라의 이미지 품질은 먼지, 이물질, 지문, 습기, 응결 등으로 인해 영향을 받을 수 있습니다. 카메라가 올바르게 작동하도록 정기적인 유지보수를 권장합니다.

***

## 일반적인 문제 및 해결 방법

### 내부 반사

**원인**

카메라 케이스가 카메라 본체에 제대로 장착되지 않으면 적외선(IR) 눈부심이 돔에 반사되어 렌즈로 들어갔다가 다시 돔으로 반사됩니다.

**해결 방법**

카메라 케이스를 카메라 본체에 다시 장착하고 Torx 나사를 완전히 조이십시오.

왼쪽 이미지는 반사로 인해 생긴 원형 이미지입니다. 오른쪽 이미지는 카메라 케이스를 올바르게 장착한 후의 이미지입니다.

<div align="left" data-with-frame="true"><img src="/files/3c2610a3edb513bb7d3d757ea34ba563da2733d8" alt="원형 패턴 | 카메라 케이스 장착 후"></div>

### 외부 가림

**원인**

설치 후 보호 필름을 제거하지 않으면 IR 눈부심이 발생합니다.

**해결 방법**

돔에서 보호 필름을 제거하십시오. 필름을 제거한 후 카메라의 초점을 다시 맞춰야 할 수 있습니다.

왼쪽 이미지는 보호 필름 때문에 이미지가 흐릿하고 초점이 맞지 않으며 독특한 모자이크 패턴 효과가 나타나는 모습을 보여줍니다. 오른쪽 이미지는 보호 필름을 제거한 후의 이미지입니다.

<div align="left" data-with-frame="true"><img src="/files/29a9f10288ace7cb6cf12d0d6486fb035ee87a21" alt="보호 필름 부착 시(흐린 이미지) | 보호 필름 제거 후"></div>

### 돔의 먼지, 이물질 또는 지문

**원인**

돔에 먼지나 이물질이 쌓이면 이미지가 낮에는 괜찮아 보입니다 **주간 모드**. 그러나 **야간 모드**, 먼지와 이물질에 반사된 IR 눈부심으로 인해 이미지에 밝은 점이 생기고 대비가 저하됩니다.

**해결 방법**

압축 공기를 사용하여 먼지와 이물질을 불어낸 다음 [카메라 돔을 청소하십시오](/verkada-cameras/ko/maintenance-and-troubleshooting/clean-your-verkada-dome-camera.md).

왼쪽 이미지는 일부 부분은 초점이 맞아도 밝은 점이 생기고 대비가 저하된 이미지를 보여줍니다. 오른쪽 이미지는 돔을 청소한 후의 이미지입니다.

<div align="left" data-with-frame="true"><img src="/files/6321db8fb501b286aeb950d8c8c151b8d47c49ad" alt="돔의 먼지와 이물질(대비 저하) | 돔 청소 후"></div>

<div data-with-frame="true"><img src="/files/c38fa612e786798bb05ae4edba35e118d580a105" alt="돔의 지문 | 청소 후"></div>


---

# 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.verkada.com/verkada-cameras/ko/maintenance-and-troubleshooting/verkada-dome-camera-maintenance.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.
