Vision SDK
Quickstart
Spin up your first pipeline in three steps.
Prerequisites
Before installing the SDK, make sure your environment meets these requirements.
- NVIDIA DeepStream 8.0 container (
nvcr.io/nvidia/deepstream:8.0-triton-multiarch) - NVIDIA GPU with driver support for DeepStream 8.0
- Access to input media files or camera streams
Installation
Copy the wheel into the DeepStream container and install:
This installs the vision-runner CLI command and all required native libraries.
Quick start
1. Create a config file
Save this as pipeline.yaml:
2. Run it
3. Stop the pipeline
Press Ctrl+C.