I am starting a new project with Bookworm OS 64 Bits without a Desktop Environment. Is there any guide on how to build a lean GUI App using GStreamer in Python? If possible not using any extra library e.g. OpenCV or PyQT6?
We have an example GUI application that might be helpful for you. It’s based on CLIP (Contrastive Language-Image Pre-Training) and uses OpenCV. You can find it here:
While you may need to modify and adapt this app for your specific needs, it can serve as a useful guide or starting point for your project. The application demonstrates how to integrate Hailo’s AI capabilities with a graphical user interface, which could be valuable for your development process.
Feel free to explore the repository, and don’t hesitate to reach out if you have any questions about adapting it to your requirements.