Skip to main content
This section provides a flexible workflow for running and customizing advanced multimedia and AI sample applications using the Qualcomm® Intelligent Multimedia Product (QIMP) SDK on Ubuntu. Developers can define input/output sources, runtime targets, and model precision using JSON configuration files—enabling seamless evaluation across CPU, GPU, and DSP. With support for frameworks like TFLite, QNN, and SNPE, and integration with AI Hub, this setup is ideal for building and optimizing edge AI pipelines tailored to specific use cases. Running advanced multimedia and AI sample applications using the QIMP SDK on Ubuntu enables developers to:
  • Prototype and validate AI workloads across heterogeneous compute targets (CPU, GPU, DSP), helping teams choose the most efficient runtime for their use case.
  • Customize application behavior using JSON-based configuration, allowing precise control over input/output sources, model types, and runtime parameters.
  • Accelerate development and deployment by leveraging pre-integrated models from AI Hub and supported frameworks like TFLite, QNN, and SNPE.
  • Benchmark performance and optimize resource usage, which is critical for embedded systems and edge devices where compute and power budgets are constrained.
  • Ensure compatibility and reproducibility across Qualcomm platforms by using standardized scripts and directory structures for models, labels, and media assets.
To begin configuring sample applications on your Dragonwing device, follow these step-by-step instructions to install required dependencies and configure the system. Prerequisites
  • Setup the Device.
  • Ensure that the IQ‑9075 device is running Ubuntu OS.
  • Setup Wi-Fi & access IQ-9075 EVK device via SSH.
  • Basic familiarity with JSON configuration files and runtime environment variables.
  • Access to AI Hub for model selection and export.
  • If the PPA packages are not already installed, run the Install needed packages step.

Install needed packages

To install the needed pre-built packages, refer to the 🔗Install required software packages section and run the provided “Install PPA Packages” script.

Download and run the artifact script

Before running any sample applications, you must download the required models, labels, and media assets. The download_artifacts.sh script automatically fetches all required components, including:
  • Models – Pretrained machine‑learning models used by the sample applications for inference.
  • Labels – Metadata files that map model outputs to human‑readable class names.
  • Media files – Sample input data (such as images or videos) used to run and validate the applications.
You can run the following commands via SSH, or logged on locally to your device.

Verify Model/Label/Media Files

Before launching any sample applications, make sure the required files are in place.

Check the following directories:

  • Model files/etc/models/
  • Label files/etc/labels/
  • Media files/etc/media/
Note: These files are essential for AI sample applications to function correctly. If they’re missing, re-run the artifact download script.

Updating JSON Config File

To run sample applications with a specific functionality, you’ll need a properly configured JSON file.

What to Do

  • Update the required JSON config file based on your model and config requirements.

Configuration Parameters

Example 1:
The gst-ai-multistream-inference application shows AI inference (object detection and classification) on up to 32 input streams coming from camera, file, or RTSP streams.
To run the multistream inference sample application for object detection using 32 H.264 file inputs and display the output on a Wayland display, configure the input file paths to reference /etc/media/video.mp4 for all 32 streams. Open the corresponding config-multistream-inference.json file and apply the required changes.
Example 2:
The gst-ai-object-detection application allows you to detect objects within images and videos. To consider the input source from a live camera feed, configure the input source as

Run the sample application

To run the sample application, do the following:
  1. Use the SSH or SBC terminal to launch the sample application.
  2. Set the required environment variables to connect a Wayland application to the active user session.
  1. For Desktop build:
    Run the following additional command to creates a missing symbolic link (for TensorFlow Lite C library).
  1. Run sample application.\
gst-ai-multistream-inference pipeline: Expected Output:
  1. To display the available help options, run the following command in the SSH shell:
For Debug Messages:
Set GST_DEBUG environment variable used by GStreamer to control the verbosity and category of debug messages.
  1. To stop the application, press CTRL + C

Sample Application Configuration Matrix

Reference Docs

To further explore sample applications, see the Qualcomm Intelligent Multimedia SDK (IM SDK) Reference Guide. Qualcomm Intelligent Multimedia SDK (IM SDK) Reference