# Stream 보기

Stream은 Workflow가 실행 중인 비디오 피드입니다. Deployment Manager 대시보드의 Streams 목록에서 Stream을 볼 수 있습니다.

왼쪽 사이드바에서 "Deployments"를 클릭한 다음 "Edge Devices"를 클릭하고, 스트림이 실행 중인 Device를 선택하세요. 그런 다음 Streams 목록에서 보고 싶은 Stream을 선택하세요:

<figure><img src="/files/9e8fc2685a280a5d23d5eb01c7aa9140894a298f" alt=""><figcaption></figcaption></figure>

Stream을 선택하면 다음을 볼 수 있습니다:

* Stream의 상태.
* Stream의 최근 프레임
* Stream에서 실행 중인 Workflow에 대한 정보.

다음은 Stream의 프레임을 보여주는 예시입니다:

<figure><img src="/files/500c621f60f6c54fe649c470773f7739c0ea7b06" alt=""><figcaption></figcaption></figure>

최신 프레임 기능은 컴퓨터 비전 애플리케이션의 결과를 확인할 수 있도록 최근 프레임 샘플을 제공합니다. 디바이스에서 실행 중인 컴퓨터 비전 모델의 계산 효율성을 우선시하므로, 이는 라이브 비디오가 아님에 유의하세요.

아래로 스크롤하면 Device에서 실행 중인 Workflow, Workflow 설정에 사용된 파라미터, 그리고 Stream 구성을 볼 수 있습니다.

:information\_source: 기본적으로 Workflow를 편집하면 Device에서 실행 중인 버전이 자동으로 업데이트됩니다. 즉, 새 가중치와 Workflow 정의가 다운로드되는 동안 컴퓨터 애플리케이션이 잠시 오프라인으로 전환되는 것을 보게 됩니다

<figure><img src="/files/e17049f89dd2a6c2728b41ad3a9c5f08fdabc3ad" 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-ko/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.
