For Kinect sdk 2.0, is there any third-party library in C# that support posture and gesture recognition? Thank you in advance.
Kinect sdk 2.0 third party library in C# support posture and gesture recognition?
301 views Asked by Irina At
2
There are 2 answers
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
You may want to check this out https://github.com/lightbuzz/vitruvius .