Skip to content

Release v0.3.1

Compare
Choose a tag to compare
@torinmb torinmb released this 31 Oct 19:40
· 81 commits to main since this release

⚠️ Make sure to download release.zip to run the TD plugin⚠️

The source code (zip) contains the development environment to create the plugin.
This has been tested on TD 2022.35230 and 2022.33910 and runs on Mac + PC.

🎉 Official Full Feature Release! 🎉

New features

  • Smooth Pose Tracking with MediaPipe update to 0.10.7. no more jittery poses
  • Camera flip toggle on MediaPipe component flips the camera + output
  • Face mesh example using the source video as texture
  • Easily track pinch gestures with the new hand_tracking pinch midpoint, position, rotation and distance

Updates

  • Update to MediaPipe 0.10.7 - now with smoother pose tracking!
  • Websocket and web server components combined to use a single network port
  • Results-processing components (e.g. hand_tracking, face_detector, etc.) are now embedded in main toe file so changes will be saved with the main project - no external tox saves required any more #46
  • MediaPipe tox file is still external as it's so big and will make save files huge if embedded.

Bug fixes

  • Component reloads every few seconds if the webcam fails to start to hopefully address some instances of "forever" loading screens #46
  • Confidence values now work properly
  • Defaults to port 3002 to (hopefully) avoid conflicts #29