UnityHandTrackingWithMediapipe icon indicating copy to clipboard operation
UnityHandTrackingWithMediapipe copied to clipboard

Realtime hand tracking and finger tracking in Unity using Mediapipe

Results 18 UnityHandTrackingWithMediapipe issues
Sort by recently updated
recently updated
newest added

Where is multi_ handednesses defined。run error:Input Stream "multi_handednesses" for node with sorted index 4 does not have a corresponding output stream.

Currently need send device orientation parameters to the desktop program, if use the USB camera on Windows ( with mediapipe windows sdk ), how to set up DeviceOrientation ?

I've updated the adb.exe path but in console appears: `Unable to retrieve package list from http://www.nuget.org/api/v2/FindPackagesById()?id='sharpadbclient'&$orderby=Version asc&$filter=Version eq '2.3.22' System.Net.WebException: The remote server returned an error: (400) Bad Request. `...

I know about the output of the mediapipe should be the coordinates of the NDC, how did you convert the output so that it can be used correctly in unity?...

TL;DR I created a hackathon project based on this project and https://github.com/homuler/MediaPipeUnityPlugin. The idea is to run the mediapipe graph directly in Unity, and use AnimationRigging as shown in this...

Hello, I put the watch on the wrist but I tried a lot to Rotate the watch but I don't know Please help me solve this

Hello, This is not an issue I need some help from you with the following scenario : I have to work on a Human Pose Estimation project using OpenCV and...

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,...

Nice to meet you, thank you for the wonderful app However The android app shuts down 20 seconds after it starts Is there a workaround? Do you have a recommended...

Hi @TesseraktZero , Great Project first of all. Kudos I see the palm rotation logic written here in this function, https://github.com/TesseraktZero/UnityHandTrackingWithMediapipe/blob/master/Assets/Scipts/LandmarkInterface/HandLandmark.cs#L106-L123 But I couldn't find exactly where the logic for...