I looked at the Kinect release notes and features for Windows , since I want to include gesture recognition in my project.
On the page above, the first line mentions that "Kinect for the Windows SDK allows developers to create applications that support gesture and voice recognition." The voice recognition API is available from the SDK and can be easily used. However, I don't think there are any gesture recognition APIs in the SDK. Skeleton tracking APIs should be used readily, but then they should be adapted for gesture recognition.
I saw a video from Windows Media Center beng controlled by gestures, etc. and other applications. I wonder if all these applications are custom-made and they have to write their own gesture recognition code.
I am currently using Codeplex's Kinect DTW Gesture Recognition from my project. I have two problems with this -> 1) It looks very fast, and when I turn on this application, my application throws an OutofMemory exception after some time (PC characteristics are quite high). 2) I can not say much about the reliability of the system. It works sometimes for some people, not for others.
I thought that if the APIs were embedded, it would be useful to switch to them. Are they available or what is permission?
c # wpf gesture-recognition kinect
user1240679
source share