# Stream 추가

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

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

* Deployment Manager로 설정된 장치.
* 장치에서 사용할 수 있는 카메라
* 장치에 배포하려는 Workflow.

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

* RTSP 스트림, 또는;
* USB를 통해 엣지 장치에 직접 연결된 웹캠
* Basler 또는 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 선택

이 정보를 입력한 후 "Create Stream"을 클릭하여 Stream으로 Workflow 설정을 진행하세요. 새 stream의 초기 설정은 장치가 workflow와 관련 모델 가중치를 다운로드하는 동안 몇 분 정도 걸릴 수 있습니다. 그러면 결국 Stream이 Streams 목록에 표시됩니다:

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

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

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

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


---

# 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/setting-up/add-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.
