UnityHandTrackingWithMediapipe
UnityHandTrackingWithMediapipe copied to clipboard
Need help for gestures implementation with MediaPipe Pose tracking using Unity and a Web camera.
Hi, Thank you so much for the Plugin.
I am going to use this MediaPipe Unity plugin for my project. In that project I need to implement Jump, Run, SwipeLeft, SwipeRight and etc gestures with Mediapipe Pose tracking using a Web camera.
Can you please confirm that the Jump, Run, SwipeLeft, SwipeRight, and etc gestures are possible with Mediapipe Pose tracking?
If possible can you please help me or share some of the references for the above gestures implementation using Unity.
Thanks in advance.
My guess would be to use Mediapipe Holistic from the Mediapipe Unity plugin. Then, you would get the points for arms and legs and you can map them to your model using full body ik solutions eg. FinalIK or Animation Rigging