Releases: McMaster-Technology-Club/Hand-Tracking
Releases · McMaster-Technology-Club/Hand-Tracking
Release list
v1.0.1 - Rebranding & PyPI Automation
🚀 HandTracker v1.0.1
Official release reflecting the organization rebrand to McMaster Technology Club and the launch of PyPI automation.
📦 Installation
- Stable:
pip install MTC-HandTracker - Dev:
pip install git+https://github.com/BTech-Robotics-Club/Hand-Tracking.git
🔄 Changes
- Rebranding: Updated all documentation and metadata to "McMaster Technology Club".
- PyPI Support: Added automation to publish releases to PyPI.
- Documentation: Updated installation instructions in README and Docs site.
- License: Updated copyright holders in license text.
Contributors: @Majd-214
v1.0.0 - Initial Release
🖐️ HandTracker v1.0.0
The first official release of the McMaster Technology Club Hand Tracking API.
🚀 Key Features
- Pip Installable: No more copying files. Install via
pip install git+... - Smoothing Engine: Added
LandmarkSmootherclass with EMA filtering to stabilize robot control. - Configuration System: New
gestures.yamlandcalibration.yamlsupport for data-driven customization. - Async Processing: Thread-safe implementation for high-FPS performance.
📚 Documentation
- Read the Official API Reference
- See README for quick start.
Contributors: @Majd-214