A GUI (using PyQt5) to detect a face, extract its features, suggest an action corresponding to that feature (Basal Ganglia Model), and wait for the user to validate or disapprove the action, based on ...
The code in this example is the same as the code in examples/pyqt5_example.py, except that the grab function is called in another thread. You can create a thread for `wingrab` by using the `threading` ...