What problem does it solve?
This skill prevents DeepStream pipeline build failures and incorrect guidance by forcing agents to follow DeepStream SDK 9.0 conventions, correct element choices, and exact API/config requirements instead of relying on memory.
Core Features & Use Cases
- DeepStream SDK 9.0 pipeline guidance (Python/pyservicemaker) focused on sources, batching, inference, visualization, and optional integration components.
- Guardrails for correctness such as mandatory reference reading, minimal pipeline construction (only requested components), safe metadata iteration patterns, and correct pad-linking templates.
- Production-ready config support including nvinfer YAML/INI syntax rules and dynamic ONNX handling via required infer-dims.
- Common failure mitigation for sinks/tee/dynamic sources deadlocks (async=0), iterator len() mistakes, and common Kafka messaging constraints.
Quick Start
Ask an AI agent to generate a minimal DeepStream 9.0 pyservicemaker pipeline for your video file that performs primary inference and renders results on screen without adding tracking or Kafka.