Add a Stream
Learn how to configure a stream that you can use to run a Workflow.
To run a Workflow on your edge device managed by Deployment Manager, you need to add a Stream. A Stream accepts a camera feed as an input and runs the data from the camera on a chosen Workflow.
To add a Stream, you will need:
A device set up with Deployment Manager.
A camera available to the device
A Workflow that you want to deploy on your device.
Streams can read cameras configured via:
An RTSP stream, or;
A webcam plugged directly into your edge device via USB
An ethernet camera, like a Basler or Lucid camera, plugged directly into your device or available on the same switch (for advanced users)
Adding a Stream has three steps:
Add camera information
Choose a workflow.
Review configuration.
Add Camera Information
To add a Stream, click on a Device you have registered with Deployment Manager from your dashboard, then click "Add Stream":

A window will then appear in which you can configure your Stream:

In this window, fill out:
The name for your Stream.
The video source. This can be either an RTSP URL, or the ID of a camera plugged into your device. If you have only one camera plugged into your device, this ID will likely be 0.
Select a Workflow to run on the stream
Once you have filled out this information, click "Create Stream" to proceed to set up a Workflow with your Stream. Initial set up of a new stream can take several minutes as the device downloads the workflow and any associated model weights. Eventually, the Stream will appear in your list of Streams:

When you first add the Stream, the status will show that your Stream is "Provisioning". Once your Workflow is downloaded to your device and is running, the status of your Stream will update to "Running".
When the stream status is "Running", this means:
Your Workflow is running on your device.
You can view frames and logs from your Stream.
Last updated
Was this helpful?