deepstream-generate-pipeline

Generate ready-to-run gst-launch-1.0 pipelines for NVIDIA DeepStream SDK.

189|39|Updated May 8, 2026
One-click install
npx skills add https://github.com/NVIDIA/DeepStream --skill deepstream-generate-pipeline-nvidia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deepstream-generate-pipeline
Source: https://github.com/NVIDIA/DeepStream/tree/main/skills/deepstream-generate-pipeline
Command: npx skills add https://github.com/NVIDIA/DeepStream --skill deepstream-generate-pipeline-nvidia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill eliminates the complexity of manually constructing GStreamer pipelines for NVIDIA DeepStream, preventing syntax errors and linking issues while ensuring optimal element placement.

Core Features & Use Cases

  • Interactive Pipeline Builder: Guides you through a 7-step questionnaire to define your video analytics requirements.
  • Verified Retrieval Engine: Uses a BM25-based backend to retrieve and adapt over 270+ verified DeepStream pipeline configurations.
  • Automated Validation: Performs syntax, element, property, and live-parse checks to ensure your pipeline is ready for deployment on dGPU or Jetson platforms.

Quick Start

Use the deepstream-generate-pipeline skill to build a pipeline that performs object detection on a local mp4 video and displays the output on a dGPU.

Frequently Asked Questions about deepstream-generate-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a ready-to-run GStreamer pipeline for NVIDIA DeepStream video analytics?

To build a DeepStream GStreamer pipeline, this skill matches your requirements against 270+ verified configurations to generate a ready-to-run gst-launch-1.0 command for video analytics tasks like object detection.

Does this DeepStream pipeline generator support both dGPU and Jetson platforms?

Yes, this DeepStream pipeline generator supports dGPU, Jetson, and SBSA platforms. It performs automated validation and hardware compatibility checks to ensure the generated GStreamer pipelines are ready for deployment across these specific environments.

What's the best way to prevent GStreamer syntax and element linking errors when configuring DeepStream?

The best way to prevent GStreamer syntax and linking errors is using automated validation. This skill performs syntax, element, property, and live-parse checks on DeepStream configurations to ensure correct element placement before deployment.

Can I use this tool to generate a pipeline for object detection and tracking on a local video file?

Yes, you can generate a pipeline for object detection and tracking on local video files. The interactive builder guides you through a 7-step questionnaire to define requirements and output a ready-to-run DeepStream configuration for your specific video analytics task.

Why does manually constructing GStreamer pipelines for TensorRT and DeepStream cause syntax issues?

Manually constructing GStreamer pipelines causes syntax issues due to the complexity of optimal element placement. This skill eliminates manual errors by retrieving and adapting verified configurations using a BM25-based backend to ensure pipeline correctness.