Qt Toolkit To Introduce Edge AI Submodule, Initially For Vision AI With Qt
([Qt] 38 Minutes Ago
Qt + Edge AI Inferencing)
- Reference: 0001651085
- News link: https://www.phoronix.com/news/Qt-Edge-AI-Module-Coming
- Source link:
The Qt Group has been working on various AI integrations for the Qt toolkit in recent times like [1]a QML profiler skill for agentic development to help with performance profiling. They have also worked on [2]Qt AI coding assistants and [3]AI agents in the Qt Creator integrated development environment. Their latest AI use is now preparing to introduce a new module in the Qt toolkit itself for edge AI inferencing.
Qt developers are preparing to introduce Qt Edge AI as a new sub-module for developers to create edge AI applications. With the Qt toolkit usage this would be done in an AI runtime agnostic manner with initial support targeting embedded devices like NVIDIA Jetson/Thor, Qualcomm IQ, and NXP i.MX95 platforms.
The initial Qt EdgeAI implementation is described in the [4]Qt code review ticket as:
"Add first version of EdgeAI focusing on vision AI
The commit adds a module with C++ APIs for creating a pipeline of inference steps and running machine vision tasks, such as object detection and classification. An interface is defined for providing platform/runtime tied implementations for the step.
The API depends on QtMultimedia to receive QVideoFrames, and a private QtMultimedia API to further access the underlying GstBuffer so it can be fed to the inference pipeline."
The initial Qt EdgeAI sub-module was co-authored via the Cursor AI agent.
Follow-up code review tickets add [5]an NXP NNStreamer back-end plug-in and [6]an example application of using Qt EdgeAI for face detection. We'll see in time what more is tacked onto EdgeAI beyond the initial vision AI focus.
[7]This mailing list thread from the Qt developers lays out their plans for adding this EdgeAI module to the Qt toolkit's arsenal.
[1] https://www.phoronix.com/news/Qt-QML-Profiler-AI-Agent
[2] https://www.phoronix.com/news/Qt-Increased-AI-Coding-Caps
[3] https://www.phoronix.com/news/Qt-Creator-20-Released
[4] https://codereview.qt-project.org/c/qt/qtedgeai/+/727532
[5] https://codereview.qt-project.org/c/qt/qtedgeai/+/735366
[6] https://codereview.qt-project.org/c/qt/qtedgeai/+/739318
[7] https://lists.qt-project.org/pipermail/development/2026-August/047403.html
Qt developers are preparing to introduce Qt Edge AI as a new sub-module for developers to create edge AI applications. With the Qt toolkit usage this would be done in an AI runtime agnostic manner with initial support targeting embedded devices like NVIDIA Jetson/Thor, Qualcomm IQ, and NXP i.MX95 platforms.
The initial Qt EdgeAI implementation is described in the [4]Qt code review ticket as:
"Add first version of EdgeAI focusing on vision AI
The commit adds a module with C++ APIs for creating a pipeline of inference steps and running machine vision tasks, such as object detection and classification. An interface is defined for providing platform/runtime tied implementations for the step.
The API depends on QtMultimedia to receive QVideoFrames, and a private QtMultimedia API to further access the underlying GstBuffer so it can be fed to the inference pipeline."
The initial Qt EdgeAI sub-module was co-authored via the Cursor AI agent.
Follow-up code review tickets add [5]an NXP NNStreamer back-end plug-in and [6]an example application of using Qt EdgeAI for face detection. We'll see in time what more is tacked onto EdgeAI beyond the initial vision AI focus.
[7]This mailing list thread from the Qt developers lays out their plans for adding this EdgeAI module to the Qt toolkit's arsenal.
[1] https://www.phoronix.com/news/Qt-QML-Profiler-AI-Agent
[2] https://www.phoronix.com/news/Qt-Increased-AI-Coding-Caps
[3] https://www.phoronix.com/news/Qt-Creator-20-Released
[4] https://codereview.qt-project.org/c/qt/qtedgeai/+/727532
[5] https://codereview.qt-project.org/c/qt/qtedgeai/+/735366
[6] https://codereview.qt-project.org/c/qt/qtedgeai/+/739318
[7] https://lists.qt-project.org/pipermail/development/2026-August/047403.html