MediaPipeUnityPlugin icon indicating copy to clipboard operation
MediaPipeUnityPlugin copied to clipboard

Hand tracking to Avatar

Open jefflim69 opened this issue 2 years ago • 1 comments

Description

I'm trying to apply Hand and Finger tracking to an avatar. Is it correct to get the value from HandLandmarkerResult? Are there any samples related to this?

jefflim69 avatar Sep 09 '23 22:09 jefflim69

I'm so sorry, I overlooked this issue.

Is it correct to get the value from HandLandmarkerResult?

Yes.

Are there any samples related to this?

Here is the sample code. https://github.com/homuler/MediaPipeUnityPlugin/blob/74c1c8500afeca379ea6ba6a5cb9e9d1b08f1aa4/Assets/MediaPipeUnity/Samples/Scenes/Tasks/Hand%20Landmark%20Detection/HandLandmarkerRunner.cs

homuler avatar Jan 06 '24 10:01 homuler