I started a group project with a few friends. To make a proof of concept I created this little Python script.
I used Media Pipe from Google to track Hands.
The group project: https://github.com/mikaolmes/Lernperiode-14
To make this work you have to install customkinter
pip install customtkinter
Opencv for the camera
pip install customtkinter opencv-python pillow
Media Pipe for tracking
pip install mediapipe
I hard coded the position of pointing up (for now).
The Clock Window is an overlay that becomes visible above all Windows.