> 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/setting-up/add-a-stream.md).

# 스트림 추가

Deployment Manager로 관리되는 엣지 디바이스에서 Workflow를 실행하려면 Stream을 추가해야 합니다. Stream은 카메라 피드를 입력으로 받아 선택한 Workflow에서 카메라 데이터를 실행합니다.

Stream을 추가하려면 다음이 필요합니다:

* Deployment Manager가 설정된 디바이스.
* 디바이스에서 사용할 수 있는 카메라
* 디바이스에 배포하려는 Workflow.

Stream은 다음을 통해 구성된 카메라를 읽을 수 있습니다:

* RTSP 스트림, 또는;
* USB를 통해 엣지 디바이스에 직접 연결된 웹캠
* GigE(Ethernet) 또는 USB 3.0로 연결된 Basler 카메라
* GigE(Ethernet)로 연결된 Lucid 카메라

Stream 추가는 세 단계로 진행됩니다:

1. 카메라 정보 추가
2. Workflow를 선택합니다.
3. 구성을 검토합니다.

### 카메라 정보 추가

Stream을 추가하려면 대시보드에서 Deployment Manager에 등록한 Device를 클릭한 다음, "Add Stream"을 클릭하세요:

<figure><img src="/files/1aaabf6a2fcfaf9e3672c67318ae840d6ec2a04a" alt=""><figcaption></figcaption></figure>

그러면 Stream을 구성할 수 있는 창이 나타납니다:

<figure><img src="/files/c874ce1d97725a66381d1fd143ea0d2a72148d06" alt="" width="375"><figcaption></figcaption></figure>

이 창에서 다음을 입력하세요:

1. Stream 이름.
2. 비디오 소스. RTSP URL이거나 디바이스에 연결된 카메라의 ID일 수 있습니다. 디바이스에 카메라가 하나만 연결되어 있다면 이 ID는 보통 0입니다.
3. 스트림에서 실행할 Workflow를 선택합니다.
4. Mode를 선택합니다: "Continuous"(기본값)는 모든 프레임에서 Workflow를 실행하고, "Triggered"는 명시적으로 트리거될 때만 Workflow를 실행합니다. 다음을 참조하세요: [Trigger a Stream](broken://pages/bbb803c4ff787b3d17b0bb05487f2da21a8983e1) 에서 트리거 옵션을 확인할 수 있습니다.

이 정보를 입력한 후 "Create Stream"을 클릭하여 Stream으로 Workflow를 설정하세요. 새 stream의 초기 설정은 디바이스가 workflow와 관련 모델 가중치를 다운로드하는 동안 몇 분이 걸릴 수 있습니다. 최종적으로 Stream이 Stream 목록에 표시됩니다:

<figure><img src="/files/20850a79089d653784c0a9ec12c3278bde2f01c8" alt=""><figcaption></figcaption></figure>

처음 Stream을 추가하면 상태가 "Provisioning"으로 표시됩니다. Workflow가 디바이스에 다운로드되어 실행되면 Stream 상태가 "Running"으로 업데이트됩니다.

Stream 상태가 "Running"이면 이는 다음을 의미합니다:

1. Workflow가 디바이스에서 실행 중입니다.
2. Stream의 프레임과 로그를 볼 수 있습니다.


---

# 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://docs.roboflow.com/roboflow/roboflow-ko/deploy/device-manager/setting-up/add-a-stream.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.
