Kinect sdk 2.0 third party library in C# support posture and gesture recognition?

320 Views Asked by At

For Kinect sdk 2.0, is there any third-party library in C# that support posture and gesture recognition? Thank you in advance.

2

There are 2 best solutions below

0
On

You may want to check this out https://github.com/lightbuzz/vitruvius .

0
On

For third-party library in C#, I highly recommend Vitruvius. Other than gestures they also provide much more solutions that the Kinect can solve. They are also responsive to emails and queries sent to them.

I have a github repository using that third-party library with guide and documentation take a look at it here: https://github.com/bingcheng45/VitruviusGestureExample

Also, do take a look at this important video fully which helped me a lot along the ways from Microsoft which touch on gestures and positions: https://channel9.msdn.com/Blogs/k4wdev/Custom-Gestures-End-to-End-with-Kinect-and-Visual-Gesture-Builder

Do tell me if you find it helpful :D