Please refer GStreamer Plugin Documentation for standard GStreamer plugins.
Welcome
The QIM SDK extends the powerful GStreamer multimedia framework by introducing a comprehensive suite of plugins tailored for building end-to-end AI, video, and streaming pipelines. Designed to work seamlessly alongside existing open-source GStreamer components, these plugins enable developers to rapidly prototype, deploy, and scale real-world applications without sacrificing flexibility or performance. With the increasing demand for intelligent multimedia applications—such as smart surveillance, video analytics, and edge AI—the QIM SDK provides optimized building blocks that simplify pipeline development while ensuring efficient execution. Developers can combine standard GStreamer elements with QIM-specific plugins to construct modular pipelines that handle everything from data ingestion and preprocessing to inference, post-processing, and streaming. A key advantage of the QIM SDK is its ability to leverage heterogeneous compute resources available on Qualcomm platforms, including the GPU, DSP, and camera subsystem. This enables high-throughput, low-latency processing for both AI/ML workloads and multimedia operations. The plugins are designed to abstract hardware complexity while still allowing fine-grained control when needed. Whether you are building simple media pipelines or complex AI-driven workflows, the QIM SDK provides a scalable and efficient foundation to accelerate development and deployment.Plugin Classification
1. AI / ML Plugins
| Plugin | Description |
|---|---|
| qtimlvconverter | Converts input data into ML-friendly tensor formats |
| qtimlonnx | Executes ONNX-based machine learning models |
| qtimlqnn | Runs models using Qualcomm Neural Network backend |
| qtimlsnpe | Runs models using Snapdragon Neural Processing Engine |
| qtimltflite | Executes TensorFlow Lite models |
| qtimldemux | Splits multiplexed ML data streams |
| qtimlpostprocess | Handles output parsing and post-processing |
2. Video Processing Plugins
| Plugin | Description |
|---|---|
| qtivtransform | Performs scaling, rotation, and format conversion |
| qtivcomposer | Composes multiple video streams into one |
| qtivoverlay | Adds graphical overlays (bounding boxes, text) |
| qtivsplit | Splits video streams into multiple outputs |
3. Camera Plugin
| Plugin | Description |
|---|---|
| qticamsrc | Captures video directly from the camera stack |
4. Codec / V4L2 Plugins
| Plugin | Description |
|---|---|
| v4l2h264dec | Hardware-accelerated H.264 decoder |
| v4l2h264enc | Hardware-accelerated H.264 encoder |
| v4l2h265dec | Hardware-accelerated H.265 (HEVC) decoder |
| v4l2h265enc | Hardware-accelerated H.265 encoder |
| v4l2vp9dec | Hardware-accelerated VP9 decoder |
| v4l2av1dec | Hardware-accelerated AV1 decoder |
| qtijpegenc | JPEG image encoder |
5. Streaming Plugins
| Plugin | Description |
|---|---|
| qtirtspbin | Enables RTSP streaming pipelines |
| qtiredissink | Streams data to Redis endpoints |
| qtisocketsink | Sends data over network sockets |
| qtisocketsrc | Receives data over network sockets |
| waylandsink | Displays output using Wayland |
6. Metadata & Utilities Plugins
| Plugin | Description |
|---|---|
| qtimetamux | Combines metadata streams |
| qtimlmetaparser | Parses ML metadata outputs |
| qtimsgpub | Publishes messages to external systems |
| qtimsgsub | Subscribes to external message streams |
| qtiobjtracker | Tracks detected objects across frames |
| qtibatch | Batches multiple frames or inputs for processing |
Proprietary Plugins
The following plugins are only available in
For more information on QLI images refer to Qualcomm Linux release
qcom-multimedia-proprietary-image. For more information on QLI images refer to Qualcomm Linux release
