Hi @Brandon , @erik and depthai team....
I have one very basic, but probably a question every Computer Vision projects AI developer has (probably 🙂 )
We all know that using Python we can develop very good Computer Vision systems, performance, inference, they are all good.
But what I want to know is how do we make GUI for these OpenCV videostream/camera based inference projects?
Even though all apps work well and do what they need to do, without proper GUI, they look like academic projects and cannot be deployed in end user environments as standalone products.
I do know about GUI frameworks for Python such as Tkinter, Qt, Kivy etc, but want to know which one we use to integrate opencv camera frame produced by depthai app into a modern fullscreen GUI.
This way we can make actual products, may be camera frame on one side of screen and inference parameters value, buttons etc on other side of the screen.
Any help in right direction would be highly appreciated, even better with working example with depthai sample.
Thanks & Best Regards,
Ram