Improving the efficiency of Kinect for Windows DTWGestureRecognition Application

Posted by Ray on Stack Overflow See other posts from Stack Overflow or by Ray
Published on 2012-06-22T15:13:38Z Indexed on 2012/06/22 15:15 UTC
Read the original article Hit count: 262

Currently I am using the DTWGestureRecognition open source tool for Kinect SDK v1.5. I have recorded a few gestures and use them to navigate through Windows 7. I also have implemented voice control for simple things such as opening PowerPoint, Chrome, etc.

My main issue is that the application uses quite a bit of my CPU power which causes it to become slow. During gestures and voice commands, the CPU usage sometimes spikes to 80-90%, which causes the application to be unresponsive for a few seconds. I am running it on a 64 bit Windows 7 machine with an i5 processor and 8 GB of RAM. I was wondering if anyone with any experience using this tool or Kinect in general has made it more efficient and less performance hogging.

Right now I removed sections which display the RGB video and the Depth video but even doing that did not make a big impact. Any help is appreciated, thanks!

© Stack Overflow or respective owner

Related posts about Kinect

Related posts about gesture-recognition