> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-jp/deploy/device-manager/setting-up/hardware-requirements.md).

# ハードウェア要件

Roboflow Deployment Manager は、特定の対応ハードウェアで最も効果的に動作するよう設計されています。代替ハードウェアへのデプロイは自己責任で行ってください。正式にサポートされない場合があります。

### マシン要件

Deployment Manager をインストールする前に、デバイスが以下の要件を満たしていることを確認してください:

* **root アクセス** — マシンへの root（sudo）アクセス権が必要です
* **Docker デーモン** — マシンで Docker を実行できる必要があります。これはインストールスクリプトによって設定されます
* **Debian ベースの OS** — マシンは、主要な Debian ベースのオペレーティングシステムの最近のバージョンを実行している必要があります。Windows および MacOS はサポートされていません。
* **既存の Docker コンテナがないこと** — マシン上で他の Docker コンテナが実行されていない必要があります

### 対応カメラ

Roboflow は Deployment Manager 向けにいくつかの種類のカメラをサポートしていますが、互換性はネットワークなどの環境条件によって制限されることがよくあります。

* USB カメラ
* RTSP ストリーム
* Ethernet カメラ（正式サポートについては営業までお問い合わせください）

### 対応コンピュートデバイス

Roboflow Deployment Manager は主に、Roboflow が提供する Orin ベースの NVIDIA Jetson デバイスへの実装を目的として設計されています。Roboflow は、NVIDIA GPU を搭載した最新の Debian ベース OS を実行する x86 デバイスへのデプロイについても限定的にサポートしています。最新の対応コンピュートデバイスについては、Roboflow の営業までお問い合わせください。

### ネットワーク要件

エッジデバイスは、各デプロイメントごとに専用の RJ45 CAT6/7 または光ファイバーのネットワーク配線で、ネットワークへ有線接続する必要があります。

一般的なデプロイメントでは、以下に定義される最小値を満たす安定した帯域幅も必要です。

| シナリオ                                | 最小帯域幅       |
| ----------------------------------- | ----------- |
| 通常運用（監視、データセット同期）                   | 20 Mbps 対称  |
| Active Learning とソフトウェア更新（スケジュール済み） | 200 Mbps 対称 |

### 送信トラフィック

送信 HTTPS/TLS は **ポート 443** への接続が許可されている必要があります:

* `api.roboflow.com`
* `repo.roboflow.com`<br>


---

# 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:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/deploy/device-manager/setting-up/hardware-requirements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
