- Validate hardware functionality: Confirm that camera, display, audio, and AI accelerators are working correctly on your development board.
- Understand pipeline structure: Learn how GStreamer pipelines are constructed using IMSDK plugins like
qtivtransform,qtimltflite, andqtivcomposer. - Benchmark performance: Measure throughput and latency for real-time multimedia and AI tasks using optimized pipelines.
- Accelerate development: Use working examples as a starting point for building custom applications. Each sample demonstrates best practices for zero-copy data flow, hardware offload, and plugin configuration.
Before launching the sample apps, ensure the target device meets all the following prerequisites.
- Setup the Device.
- Ensure that the IQ‑9075 device is running Ubuntu OS.
- Setup Wi-Fi & access IQ-9075 EVK device via SSH
- 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. Thedownload_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.
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 apps to function correctly. If they’re missing, re-run the artifact download script.
List of prebuilt Sample Applications
Input Source – Media File; Output Source - WaylandsinkModel Precision - Quant model; Runtime - TFLite; Script used - JSON For Multimedia sample applications, please make sure the CSI cameras are connected.
| Sample App Name | Details | AI Hub Model (Default) |
|---|---|---|
| gst-ai-object-detection | Object Detection | yolox_quantized |
| gst-ai-daisychain-detection-pose | Daisychain Detection Pose | Yolo-X_w8a8, HRNetPose_w8a8 |
| gst-ai-face-detection | Face detection | face_det_lite |
| gst-ai-segmentation | Image segmentation | Deeplabv3_plus_mobilenet |
| gst-ai-pose-detection | Pose detection | hrnet_pose |
| gst-ai-monodepth | Monodepth from video | midas |
| gst-camera-single-stream-example | Single camera streaming | NA |
| gst-multi-camera-example | Multi-camera streaming | NA |
| gst-activate-deactivate-streams-runtime-example | Activate-deactivate streams at runtime | NA |
Run Object Detection sample application
The gst-ai-object-detection application allows you to detect objects within images and videos. The use cases show the execution of YOLOv5, YOLOv8, and YOLOX using the Qualcomm Neural Processing SDK runtime, YOLOv8 using Qualcomm AI Engine direct, and YOLOv5 and YOLOv8 using LiteRT. gst-ai-object-detection pipeline:
- Use the SSH or SBC terminal to login.
- Set the required environment variables to connect a Wayland application to the active user session.
- For Ubuntu Desktop:
Run the following additional command to create a missing symbolic link (for TensorFlow Lite C library).
- Run the gst-ai-object-detection application by using following command.\
- To display the available help options, run the following command in the SSH shell:
Set GST_DEBUG environment variable used by GStreamer to control the verbosity and category of debug messages:
- To stop the application, press CTRL + C

