# एक Stream जोड़ें

Deployment Manager द्वारा प्रबंधित आपके edge device पर किसी Workflow को चलाने के लिए, आपको एक Stream जोड़ना होगा। एक Stream camera feed को input के रूप में स्वीकार करता है और camera से प्राप्त data को चुने गए Workflow पर चलाता है।

Stream जोड़ने के लिए, आपको चाहिए:

* Deployment Manager के साथ सेट up किया गया एक device.
* device के लिए उपलब्ध एक camera
* एक Workflow जिसे आप अपने device पर deploy करना चाहते हैं।

Streams निम्न के माध्यम से configured cameras को read कर सकते हैं:

* एक RTSP stream, या;
* USB के माध्यम से सीधे आपके edge device में plug किया गया एक webcam
* GigE (Ethernet) या USB 3.0 के माध्यम से connected एक Basler camera
* GigE (Ethernet) के माध्यम से connected एक Lucid camera

Stream जोड़ने के तीन चरण हैं:

1. camera information जोड़ें
2. एक workflow चुनें।
3. configuration की समीक्षा करें।

### Camera Information जोड़ें

Stream जोड़ने के लिए, अपने dashboard से Deployment Manager के साथ registered जिस Device को आपने रखा है उस पर click करें, फिर "Add Stream" पर click करें:

<figure><img src="/files/a7527edc271e80b97bdef84b3769c2a40bc471ee" alt=""><figcaption></figcaption></figure>

इसके बाद एक window दिखाई देगी जिसमें आप अपना Stream configure कर सकते हैं:

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

इस window में, यह भरें:

1. अपने Stream का नाम।
2. video source। यह या तो RTSP URL हो सकता है, या आपके device में plugged किसी camera का ID। यदि आपके device में केवल एक camera plugged है, तो यह ID संभवतः 0 होगी।
3. stream पर चलाने के लिए एक Workflow चुनें।
4. एक Mode चुनें: "Continuous" (default) हर frame पर Workflow चलाता है, जबकि "Triggered" केवल तब Workflow चलाता है जब explicitly trigger किया जाए। देखें [Trigger a Stream](broken://pages/7fe2d94610a67b92c2b24e28a645b1896eceb5e3) triggering options के लिए।

यह जानकारी भर लेने के बाद, अपने Stream के साथ एक Workflow set up करने के लिए आगे बढ़ने हेतु "Create Stream" पर click करें। एक नए stream का initial set up कई मिनट ले सकता है क्योंकि device workflow और उससे संबंधित model weights download करता है। अंततः, Stream आपकी Streams की सूची में दिखाई देगा:

<figure><img src="/files/4c65a9dc8636ce9d1edca5f24501bb0e3841477e" alt=""><figcaption></figcaption></figure>

जब आप पहली बार Stream जोड़ते हैं, status दिखाएगा कि आपका Stream "Provisioning" में है। एक बार आपका Workflow आपके device पर download हो जाए और चल रहा हो, तो आपके Stream का status "Running" में update हो जाएगा।

जब stream status "Running" होता है, इसका मतलब है:

1. आपका Workflow आपके device पर चल रहा है।
2. आप अपने Stream से frames और logs देख सकते हैं।


---

# 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-hi/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.
