microsoft / Azure-Kinect-Sensor-SDK

A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
https://Azure.com/Kinect
MIT License
1.49k stars 619 forks source link

Unity and Azure Kinect DK gestures implementation references ? #1622

Closed UnityQueriesAsk closed 2 years ago

UnityQueriesAsk commented 3 years ago

Hi All,

I am developing a Unity game using Azure Kinect DK. I need some references related to the below gestures.

Running - For player run Jump - For player jump.

Can anyone share a few references related to this gestures or share an idea how can I implement these gestures.

Thanks in advance.

qm13 commented 3 years ago

Please look at https://github.com/microsoft/Azure-Kinect-Samples/tree/master/body-tracking-samples.

UnityQueriesAsk commented 3 years ago

Hi, Thank you so much for your response.

For Azure Kinect DK floor detection can you please share a few Unity and C# references?

Thank you.