> 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/troubleshooting/troubleshoot-banding-on-camera-feed.md).

# 카메라 피드의 줄무늬 문제 해결

형광등과 고주파 조명은 자연광에 비해 일정하게 빛을 내지 않습니다. 대신 이러한 조명원은 깜박입니다. 사람의 눈에는 이것이 일정한 빛처럼 보여 식별되지 않습니다.

그러나 카메라는 롤링 셔터를 사용하므로 이미지의 일부가 서로 다른 시간에 갱신됩니다. 이로 인해 카메라는 형광등과 고주파 조명의 깜박이는 특성으로 인해 발생하는 빛의 변화를 표시하게 됩니다.

## 블랙 밴딩이란 무엇인가요?

전체적인 결과는 이른바 *블랙 밴딩* 으로 카메라 피드에 나타납니다. 전원에서 공급되는 전력 주파수는 이러한 조명의 깜박이는 특성에 직접적인 영향을 미칩니다. 전력 주파수는 지역에 따라 다르므로 모든 지역에서 블랙 밴딩이 나타나는 것은 아닙니다. 예를 들어 미국은 60Hz를 사용하고 유럽은 50Hz를 사용합니다.

## 대처 방법

카메라에서 블랙 밴딩이 보이면, 광역 동적 범위([WDR](/verkada-cameras/ko/configuration/view-and-edit-camera-settings/wide-dynamic-range.md)).

그렇지 않으면, [Verkada 지원팀](/command/ko/need-help/contact-verkada-support.md)문의하십시오. Verkada 기술 지원 엔지니어가 카메라 구성을 필요한 대로 변경하여 카메라 피드에서 이 밴딩의 가시성을 제거하도록 도와드릴 수 있습니다.


---

# 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/troubleshooting/troubleshoot-banding-on-camera-feed.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.
