> 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/bideosutorminguto/live-streaming/manage-camera-video-quality.md).

# カメラのビデオ品質を管理する

カメラの映像を視聴する際は、ストリーミング機能のニーズに応じて画質を変更できます。Verkada のカメラは、標準画質 (SQ) と高画質 (HQ) のストリーミング機能をサポートしています。

* SQ - 画質を下げ、帯域幅の使用量を抑えます。
* HQ - より良い画質で、帯域幅の使用量が増えます。

***

## グローバルのデフォルト動画画質を設定

ライブおよび録画データ向けに、カメラの既定の動画画質を設定します。

#### ライブ ストリーミングする

{% stepper %}
{% step %}
**Verkada Command で、\[All Products] > \[Cameras] に移動します。**
{% endstep %}

{% step %}
**左側のナビゲーションで、［設定］をクリックします。**
{% endstep %}

{% step %}
**［デフォルトのクラウド ライブ ストリーミングする画質］ドロップダウンから動画画質を選択します。**
{% endstep %}
{% endstepper %}

#### 過去の映像

{% stepper %}
{% step %}
**Verkada Command で、\[All Products] > \[Cameras] に移動します。**
{% endstep %}

{% step %}
**左側のナビゲーションで、［設定］をクリックします。**
{% endstep %}

{% step %}
**［デフォルトの履歴再生画質］ドロップダウンから動画画質を選択します。**
{% endstep %}
{% endstepper %}

***

## カメラの動画画質を変更する

カメラの動画品質を一時的に変更して、お客様のストリーミング機能のニーズに最適に合わせます。

#### ライブ ストリーミングする

{% stepper %}
{% step %}
**Verkada Command で、\[All Products] > \[Cameras] に移動します。**
{% endstep %}

{% step %}
**表示したいカメラを選択します。**
{% endstep %}

{% step %}
**ライブストリーミングする画面の左下で、SQ/HQ のドロップダウンをクリックし、必要な動画品質を選択します。**
{% endstep %}
{% endstepper %}

#### 過去の映像

{% stepper %}
{% step %}
**Verkada Command で、\[All Products] > \[Cameras] に移動します。**
{% endstep %}

{% step %}
**表示したいカメラを選択します。**
{% endstep %}

{% step %}
**動画プレーヤーの下にある［履歴］を選択します。**
{% endstep %}

{% step %}
**表示したい映像の日付と時刻を選択します。**
{% endstep %}

{% step %}
**［オプション］をクリックします。**
{% endstep %}

{% step %}
**［動画］の下で、必要な動画品質を選択します。**
{% endstep %}
{% endstepper %}

***

## ライブフィードのビットレートを比較する

ビットレートは、カメラのモデルや、SQ または HQ でストリーミング機能を使用しているかどうかによって異なります。以下を参照 [ビデオの帯域幅消費量とアップリンク要件](/verkada-cameras/ja/she-zhi/bandwidth-consumption-uplink-requirements-for-video.md) モデルごとのビットレート値と動画品質について。

***

## カメラのフレームレート

ほとんどのカメラのデフォルトのフレームレートは 24 FPS です。カメラの場所が以下のいずれかの国に設定されている場合、フレームレートのデフォルトは 25 FPS になります。

```
イギリス
アイルランド
ドイツ
フランス
ロシア
イタリア
スペイン
スイス
オランダ
ベルギー
ポーランド
ポルトガル
フィンランド
トルコ
イスラエル
オーストラリア
ニュージーランド
アルゼンチン
ジャマイカ
アルゼンチン
南アフリカ
エジプト
インド
マレーシア
タイ
ベトナム
日本*
```

{% hint style="success" %}
\*日本には2つの異なる電力網があります。カメラが25 FPSに対応した電力網の郵便番号エリアにある場合、フレームレートを25に設定します。それ以外の場合、フレームレートは24 FPSのままです。
{% endhint %}


---

# 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/bideosutorminguto/live-streaming/manage-camera-video-quality.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.
