> 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/installation/camera-deployment/power-a-verkada-camera-with-a-solar-panel.md).

# 태양광 패널로 Verkada 카메라에 전원 공급하기

전용 전원 공급원이 없는 배포의 경우, 솔라 패널을 사용하여 Verkada 카메라에 전원을 공급할 수 있습니다. 이 문서에서는 태양광 에너지를 사용하여 Verkada 카메라에 전원을 공급하고, 셀룰러 기반 연결을 사용하여 인터넷 연결을 제공하기 위한 기본 요구 사항을 설명합니다.

{% hint style="info" %}
우리는 **강력히 권장합니다** 모든 장비가 원래 계획대로 작동하는지 확인하기 위해 계획된 장소에서 며칠 또는 몇 주 동안 테스트하는 것입니다. 태양광 패널이 예상한 전력을 생산하지 못하거나 장치가 원래 계획보다 더 많은 전력을 소비하는 등, 일반적으로 예상치 못한 변수가 발생할 수 있습니다.
{% endhint %}

## 장비 목록

* 솔라 패널
* 태양광 에너지를 저장하고 DC 전력 출력을 제공하는 배터리
* 802.3af, 802.3at 또는 802.3bt PoE 스위치 또는 인젝터
  * 802.3at **필수** 옥외용 Verkada 카메라에서 PoE 히터가 작동하기 위해
  * 802.3bt **필수** CH52-E에 완전한 전원을 공급하기 위해
* 이더넷 케이블
* [셀룰러 게이트웨이](https://www.verkada.com/cellular-gateway/) (필수, ISP 연결을 사용할 수 없는 경우)
* 서지 보호기 (**권장**)
* 배터리, Cradlepoint, PoE 스위치 또는 인젝터를 위한 방수 하드웨어 인클로저 (**강력히 권장합니다**)
* 예비 가스 구동 발전기 (**선택 사항**)

**예시**: 태양광 에너지로 작동하는 Verkada 카메라

![](/files/e36c203d711f1c403f9a84390ffeb1d254e1462d)

## 사용할 장비의 종류 및 용량에 대한 고려 사항

* 전원을 공급받는 장치의 수와 예상 전력 소비량
* 솔라 패널의 태양전지에 직사광선이 닿을 것으로 예상되는 양
* 햇빛을 사용할 수 없는 시간의 양
* 배포가 노출될 수 있는 바람, 비, 눈 또는 진눈깨비와 같은 가능한 기상 조건
* 장비의 무게와 크기(배포가 완전히 이동 가능해야 하는 경우)

{% hint style="warning" %}
카메라의 전력 소비는 모델에 따라 다릅니다. 자세한 내용은 [카메라 전력 요구 사항](/verkada-cameras/ko/installation/camera-power-requirements.md) 을 참조하세요.
{% endhint %}

## 배포 지원

이 문서를 읽은 후에도 배포와 관련해 추가 질문이 있으시면 Verkada 영업팀(<sales@verkada.com>) 및 전화번호로 연락해 주세요:

* 북미: +1 (650) 514-2500
* 라틴아메리카: +52 (5) 565991555
* 유럽: +44 (20) 30486050
* 아시아 / 태평양: +61 (2) 83105777


---

# 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/installation/camera-deployment/power-a-verkada-camera-with-a-solar-panel.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.
