Roboflow Workflows
Supported on:RVC4
Overview
Usage
For a complete, working example, see the Roboflow Workflow OAK example.
Getting Started
- Create your Workflow in the Roboflow web app
- Click Deploy → Video → Live Video
- Select Run locally
- Clone the Roboflow Workflow OAK example
- Copy the required values (workspace name, workflow ID, etc.) into the app’s
config.yaml - Add your Roboflow API key
- Ensure the workflow parameters match the inputs defined in your Workflow
config.yaml to customize settings such as device type, frame size and frame rate to better fit your application.Running the App
Command Line
1oakctl connect
2oakctl app run . # assumes you are already in the example directory
The app determines how results are displayed using simple naming conventions:- Output names containing
"predictions"are parsed into DepthAI bounding boxes and rendered as overlays - Output names containing
"visualization"are displayed as images - All other workflow outputs are ignored
At the moment this example runs on the OAK4 CPU. An optimized version with hardware accelerator support is coming soon for faster on-device inference.