> 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/hajimeni/verkada-sekyuritinokuraiantoshisutemu.md).

# Verkada 映像セキュリティのクライアントシステム要件

Web ブラウザで Verkada Command を使用するデスクトップ PC のパフォーマンス上の考慮事項を理解する

ビデオ再生はシステムリソースを多く消費する場合があります。実際の指標とさまざまなデバイスでのテストを通じて、Verkada はスムーズで信頼性の高い体験を実現するための推奨システム仕様の一覧を作成しました。

これらのカテゴリは、次の条件下でのパフォーマンスを網羅していることがわかりました。

* **最低:** 通常の再生速度で 1 台のカメラ
* **推奨:** 通常の再生速度で複数のカメラ
* **性能:** より高い再生速度で複数のカメラ

***

## システム要件

### Windows PC

| 項目                | 最低                                        | 推奨                                          | 性能                       |
| ----------------- | ----------------------------------------- | ------------------------------------------- | ------------------------ |
| **プロセッサ**         | Intel 第12世代または第13世代 Core プロセッサ（-U モデルを除く） | Intel 第12世代または第13世代 Core プロセッサ（-U モデルを除く）以降 | Intel Core Ultra プロセッサ以上 |
| **オペレーティング システム** | Windows 11 25H2                           | 最新の Windows 更新プログラム                         | 最新の Windows 更新プログラム      |
| **RAM**           | 8 GB                                      | 16 GB 以上                                    | 16 GB 以上                 |
| **グラフィックス プロセッサ** | Intel UHD Graphics 770                    | Intel Arc Graphics 以上                       | 専用 GPU                   |

### Apple コンピュータ

Verkada は、複数世代の Apple Silicon プロセッサや MacBook Neo を含むさまざまな Apple コンピュータでのパフォーマンスを検証しています。&#x20;

| 項目                | 最低            | 推奨                  | 性能                  |
| ----------------- | ------------- | ------------------- | ------------------- |
| **プロセッサ**         | Apple A18 Pro | Apple Silicon プロセッサ | Apple Silicon プロセッサ |
| **オペレーティング システム** | 最新の macOS     | 最新の macOS           | 最新の macOS           |
| **RAM**           | 8 GB          | 16 GB 以上            | 16 GB 超             |

***

## 最適なパフォーマンスのためのユーザー習慣

* 最適な画質とより低いリソース要件を実現するため、Verkada は、カメラの設定ページで HEVC 再生を有効にし、互換性のある Web ブラウザを使用することを推奨しています。Windows ユーザーは、Microsoft の [HEVC Video Extension プラグイン](https://apps.microsoft.com/detail/9nmzlz57r3t7?hl=en-US\&gl=US) をインストールして、Microsoft Edge で HEVC 再生を有効にする必要がある場合があります。
* Verkada は、パフォーマンスとセキュリティの観点から、オペレーティング システムとブラウザを最新バージョンに更新しておくことを推奨しています。
* 多くのデバイスは、通常の再生速度で複数のストリームを使っても良好に動作します。パフォーマンスの制限は、再生速度が高い場合や頻繁にシークする場合により顕著になることがあります。&#x20;


---

# 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/hajimeni/verkada-sekyuritinokuraiantoshisutemu.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.
