> 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/monitoring/view-a-stream.md).

# Stream を表示

Stream は、Workflow が実行されているビデオフィードです。Deployment Manager ダッシュボードの Streams 一覧から Stream を表示できます。

左側のサイドバーで「Deployments」をクリックし、次に「Edge Devices」をクリックして、Stream が実行されている Device を選択します。その後、Streams の一覧から表示したい Stream を選択します：

<figure><img src="/files/721b9acf358ed947ab1d583f3d7b97fd44384b24" alt=""><figcaption></figcaption></figure>

Stream を選択すると、次の内容を確認できます：

* Stream のステータス。
* Stream の最新フレーム
* Stream 上で実行されている Workflow に関する情報。

以下は、Stream のフレームの例です：

<figure><img src="/files/493526794de0511c3a5581c15b19d3309fa9f338" alt=""><figcaption></figcaption></figure>

latest frame 機能では、最新フレームのサンプルを確認して、コンピュータービジョンアプリケーションの結果を把握できます。これはライブ動画ではない点にご注意ください。デバイス上で実行されているコンピュータービジョンモデルの計算効率を優先しているためです。

下にスクロールすると、デバイスで実行中の Workflow、Workflow のセットアップに使用したパラメータ、および Stream の設定を確認できます。

:information\_source: デフォルトでは、Workflow を編集すると、デバイスで実行中のバージョンが自動的に更新されます。つまり、新しい weights と Workflow definition がダウンロードされている間、コンピューターアプリケーションが一時的にオフラインになるのが表示されます。

<figure><img src="/files/8549969e70ffe97c33999e75219ed6d82de3097c" alt=""><figcaption><p><em>デバイス上で実行されている Workflow に関する情報。</em></p></figcaption></figure>


---

# 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/monitoring/view-a-stream.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.
