> 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/change-a-non-verkada-channel-orientation.md).

# 非Verkadaチャンネルの向きを変更する

場合によっては、Verkada以外のカメラフィードが誤った向きで表示されることがあります。Command Connectorを使えば、これらのフィードをCommand内で直接簡単に回転でき、適切に整列させることで、より見やすくできます。

***

## 構成

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

{% step %}
**設定するVerkada以外のチャネルを選択します。**
{% endstep %}

{% step %}
**右下の\[設定]をクリックします。**
{% endstep %}

{% step %}
**\[デバイス] > \[向き] で、\[変更]をクリックします。**

a. 向きモードを選択します。\
b. クリック **保存** して変更を確定します。

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

{% hint style="danger" %}
Command Connector 1台で、最大4つのVerkada以外のカメラフィードを回転できます。カメラの回転に対応しているのは、H.264のメインプロファイルとハイプロファイルのみです。
{% 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/change-a-non-verkada-channel-orientation.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.
