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

# ソーラーパネルでVerkadaカメラに給電する

専用の電源が利用できない導入環境では、ソーラーパネルを使用してVerkadaカメラに電力を供給できます。本記事では、ソーラーエネルギーでVerkadaカメラに電力を供給し、セルラー接続を使用してインターネット接続を提供するための基本要件について説明します。

{% hint style="info" %}
私たちは **強く推奨します** 計画した場所で数日から数週間にわたりすべての機器をテストして、当初の計画どおりに機能していることを確認することをお勧めします。通常、ソーラーパネルが期待どおりの電力を生成しない、または機器が当初の想定より多くの電力を消費するなど、予期せぬ変数が発生することがあります。
{% endhint %}

## 必要機器一覧

* ソーラーパネル
* 直流出力を持つソーラーエネルギーを蓄えるバッテリー
* 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/7f71d27620ce73293877f6a5e57b16acd104e353)

## 使用する機器の種類や容量に関する考慮事項

* 電力供給される機器の台数とそれらの予想消費電力
* ソーラーパネル上の太陽電池に当たる予想直射日光量
* 日照が利用できない可能性がある時間量
* 風、雨、雪、みぞれなど、導入環境がさらされる可能性のある気象条件
* 機器の重量とサイズ（導入を完全に可搬にする必要がある場合）

{% hint style="warning" %}
カメラの消費電力はモデルによって異なります。参照： [カメラの電力要件](/verkada-cameras/ja/she-zhi/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/ja/she-zhi/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.
