PySide and QtCreator with Raspberry Pi 5 AI Kit+

Hi everyone.
I’m building an interface with QtCreator using PySide6. I’ve tried to find a way to integrate Yolo with Hailo in a QGraphicsView but I’m still stuck.

Based on the fact that in QtCreator there is a virtual environment. I want to implement the code that is in the rpi5-hailo-examples in the PySide section.
Is there a way to fix this situation?

Hey @Fernando_Magallanes,

Welcome to the Hailo Community!

We’ve integrated GTK into these examples by implementing the Hailo CLIP, which should be the optimal approach for utilizing detections and YOLO functionality.

For your detection requirements, I recommend using the following resources as a foundation:

Please let me know if you need any further assistance!