Dear Luxonis Forum,
I am wondering which python GUI to choose best to build up small camera control applications
That ideally can run into the While True: Loop.
Tkinter and PyQt5 seem to require threading and slow down the process of the cameras.
PySimpleGUI seems to be the best but is not possible for me because I need numba in one application and this only runs on python 3.9 and my tkinter needs to be updated for PySimpleGUI to work on a higher python version
I only need it to create buttons that for example change the focus of the camera
Thank you very much for your help.