UnityHandTrackingWithMediapipe icon indicating copy to clipboard operation
UnityHandTrackingWithMediapipe copied to clipboard

Need help for gestures implementation with MediaPipe Pose tracking using Unity and a Web camera.

Open UnityQueriesAsk opened this issue 3 years ago • 1 comments

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.

UnityQueriesAsk avatar Sep 05 '21 12:09 UnityQueriesAsk

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

TesseraktZero avatar Sep 08 '21 20:09 TesseraktZero