Skip to content

Releases: McMaster-Technology-Club/Hand-Tracking

v1.0.1 - Rebranding & PyPI Automation

Choose a tag to compare

@Majd-214 Majd-214 released this 21 Dec 00:17
29fd7ac

🚀 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

Choose a tag to compare

@Majd-214 Majd-214 released this 20 Dec 23:56
764572a

🖐️ 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 LandmarkSmoother class with EMA filtering to stabilize robot control.
  • Configuration System: New gestures.yaml and calibration.yaml support for data-driven customization.
  • Async Processing: Thread-safe implementation for high-FPS performance.

📚 Documentation


Contributors: @Majd-214