> 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/command-connector/ja/gou-cheng/configure-a-non-verkada-ptz-pan-tilt-zoom-camera.md).

# 非Verkada PTZ（パン・チルト・ズーム）カメラを設定する

Command Connectorを使用すると、ONVIF Profile Sをサポートする非VerkadaのPTZ（パン・チルト・ズーム）カメラを追加して制御できます。これにより、オペレーターはVerkada Commandから直接カメラの動きを制御できます。

{% hint style="warning" %}
カメラを追加します [Command Connectorに](/command-connector/ja/gou-cheng/add-a-non-verkada-camera-to-a-command-connector.md) 事前に実施してください。
{% endhint %}

***

## 構成

{% hint style="danger" %}
必要な権限は [Site Admin](/verkada-cameras/ja/hajimeni/roles-and-permissions-for-cameras.md) カメラ設定を変更する権限です。
{% endhint %}

{% stepper %}
{% step %}
**Verkada Commandで、\[すべての製品] > \[カメラ] に移動します。**
{% endstep %}

{% step %}
**構成する非Verkadaカメラを選択します。**
{% endstep %}

{% step %}
**右側の［Settings］をクリックします。**
{% endstep %}

{% step %}
**［General］>［Camera Type］で、ドロップダウンをクリックし、［PTZ Camera］を選択します。**
{% endstep %}

{% step %}
**カメラフィードに戻り、非VerkadaのPTZ用のPTZコントロールのオーバーレイを表示します。**

<div align="left" data-with-frame="true"><img src="/files/bc817f941e498fd4985a792b5d8afffbf57c7002" alt=""></div>
{% endstep %}
{% endstepper %}

{% hint style="warning" %}

* Command Connectorから送信されるPTZコマンドは、ONVIF Profile SのPTZサービスに依存します。
* Sentry ModeやContextual Triggersなどの高度なPTZ操作には、Verkada PTZが必要です。
  {% 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/command-connector/ja/gou-cheng/configure-a-non-verkada-ptz-pan-tilt-zoom-camera.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.
