# 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 機能では、最近のフレームのサンプルを確認して、computer vision アプリケーションの結果を見ることができます。これはライブ動画ではないことに注意してください。Device 上で実行されている computer vision モデルの計算効率を優先しているためです。

下にスクロールすると、Device で実行中の Workflow、Workflow の設定に使用されたパラメータ、および Stream の設定を確認できます。

:information\_source: デフォルトでは、workflow を編集すると、Device 上で実行中の version が自動的に更新されます。つまり、新しい weights と workflow definition がダウンロードされる間、computer application が一時的にオフラインになるのが表示されます

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


---

# Agent Instructions: 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.
