You are browsing as a guest. Sign up (or log in) to start making projects!

23m 42s logged

Alright, so this devlog (of a whopping 20 minutes) isn’t really to highlight progress, but to highlight a decision I’ve made: up until now, I’ve having my script trigger a terminal command in order to execute actions. However, this is very setup-dependent, not cross platform, and a little overkill if we’re being honest. Instead of that, I’ve decided that it would be best to pivot to having movements trigger keyboard shortcuts, which means the program should (in theory) work across different operating systems without user hassle. I plan to use pyautogui for this, though I may also use pynput if it ends up being more efficient. Secondly, I have also decided to add an option to force the program to require that a finger be extended towards the camera in order to consider its motion, which may make multi-finger combinations easier to execute with less accidental triggers.

0
1

Comments 0

No comments yet. Be the first!