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

# 스트림 보기

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에서 실행 중인 컴퓨터 비전 모델의 컴퓨팅 효율성을 우선시하기 때문입니다.

아래로 스크롤하면 Device에서 실행 중인 Workflow, Workflow를 설정하는 데 사용된 매개변수, 그리고 Stream 구성도 볼 수 있습니다.

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

<figure><img src="/files/e17049f89dd2a6c2728b41ad3a9c5f08fdabc3ad" alt=""><figcaption><p><em>Device에서 실행 중인 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-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.
