
- The inference plugin is configured with a detection model (YOLOX) instead of a classification model
- The
qtimlpostprocessplugin uses theyolov8module with a higher result count to capture multiple detections per frame
Run example on device
1
Download Required Files
If any downloaded file is a
.zip archive, extract it on your host machine before copying:
unzip filename.zip2
Copy files to device
Create the required directories and transfer the downloaded files to your device.
3
Connect to device
4
Set environment variables
5
Run example on device
- GStreamer Command line
- GStreamer Python application
- GStreamer native application
Expected output
Detection results are visually overlaid on each video frame — bounding boxes and class labels are rendered on top of the original image in real time.

