Note that there are some explanatory texts on larger screens.

plurals
  1. POKinect for Windows gesture recognition
    primarykey
    data
    text
    <p>I have been looking at the <a href="http://www.microsoft.com/en-us/kinectforwindows/develop/overview.aspx" rel="noreferrer">Kinect for Windows</a> release notes and features, since I want to incorporate gesture recognition in my project as well.</p> <p>At the above page, the first line mentions that "The Kinect for Windows SDK enables developers to create applications that support gesture and voice recognition, ". Voice recognition API is available with the SDK and readily can be used. However, I don't think there are any gesture recognition APIs available in the SDK. The APIs of Skeleton Tracking are there to be used readily but then they have to be tailored with to get gesture recognition.</p> <p>I have seen videos of Windows Media Center beng controlled by gestures etc. and other applications too. I wonder if all these applications are custom built and have to write their own gesture recognition code.</p> <p>Currently, in my project I am using <a href="http://kinectdtw.codeplex.com/" rel="noreferrer">Kinect DTW Gesture Recognition</a> from Codeplex. I am having two issues with this -> 1) Looks very performance hogging, and on enabling this with my app, my app throws OutofMemory exception after some time (PC specs are pretty high). 2) Can't say much about the robustness of the system. Works at times for some people and not for others.</p> <p>I thought if the APIs would have been inbuilt, it would have been good to switch to these. Are these available or else what's the resolution?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload