Release v0.3.2
⚠️ 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
- Include detailed error message for webcams larger than 720p
- 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