# Overview
Source: [https://docs.qualcomm.com/doc/80-70014-51/topic/introduction.html](https://docs.qualcomm.com/doc/80-70014-51/topic/introduction.html)
The Qualcomm Intelligent Multimedia Product (QIMP) SDK provides a unified environment
for developing AI and multimedia use cases at the Edge on the Qualcomm^®^ Linux
platforms. The QIMP SDK is based on the [GStreamer](https://gstreamer.freedesktop.org/documentation/application-development/introduction/gstreamer.html?gi-language=c), which is an open-source multimedia
framework. It provides a modular, scalable, and customizable environment to develop
Intelligent Multimedia applications such as Edge AI boxes, Cameras, Robots, and
Drones.
This document explains how to:
- Create applications using the QIMP SDK workflow.
- Customize the QIMP SDK by adding new plugins.
- Compile the [Extensible SDK (eSDK)](https://wiki.yoctoproject.org/wiki/Extensible_SDK#:~:text=The%20Yocto%20Project%20Extensible%20SDK,changes%20on%20the%20target%20hardware.) from
source.
- Upgrade functional SDKs.
Figure : QIMP SDK workflow
The table provides the sequence for the QIMP SDK workflow.| Set up the reference device |
Set up the host machine and the device for application development.
The eSDK is downloaded as part of this step.
|
| --- | --- |
| Enable SSH | Enable SSH in Permissive mode to securely access your host device. |
| Configure and connect display | Configure the display to see the output from the applicable sample applications. Run the following command:
export XDG_RUNTIME_DIR=/dev/socket/weston && export WAYLAND_DISPLAY=wayland-1Copy to clipboard |
|
Explore sample applications
Develop applications
|
Experience the features of the Qualcomm® RB3 Gen 2 device. The sample applications serve as a reference for realizing custom use cases on the platform.
Create an application using eSDK.
|
Note: The Qualcomm Linux platform allows you to develop applications for QCS6490 and
QCS5430.
Last Published: Nov 05, 2025
[Next Topic
Getting started](https://docs.qualcomm.com/bundle/publicresource/80-70014-51/topics/install-sdk.md)