Releases: small-cactus/handTrack
Releases · small-cactus/handTrack
handTrack v1.2
handTrack v1.2 Release Notes
v1.2, added scrolling, smoother and more responsive.
Improvements
- Inertial Scrolling: Added the ability to perform inertial scrolling by touching the middle finger and thumb together, and then moving the hand up or down, similar to using a touch screen.
- Advanced Algorithm: Utilized a sophisticated algorithm leveraging OpenCV, MediaPipe, and PyAutoGUI for precise and smooth scrolling.
- Implemented a scroll thread with inertia for a natural scrolling experience.
- Enhanced detection of middle finger and thumb touch for consistent and accurate scrolling gestures.
- Improved overall responsiveness of hand tracking.
Performance:
- Optimized script performance to consume less CPU resources.
Full Changelog: https://github.com/small-cactus/handTrack/commits/v1.2
handTrack v1.1
handTrack v1.1 Release Notes
v1.1, smoother, faster, more consistent, all while being more power efficient. -handTrack
Improvements
- Increased the perceived tracking frame-rate from 1fps to 120fps, making the tracking feel much smoother.
- Refined the clicking motion to be more consistent and accurate.
- Enhanced hand tracking accuracy and robustness to reduce failures.
- Added the ability to perform click-and-drag operations.
Performance:
- Optimized script performance to consume less CPU resources.
Full Changelog: https://github.com/small-cactus/handTrack/commits/v1.1