I am trying to get Microsoft Kinect for Windows to work for presentation. To track the skeleton, I use a piece of software called FAAST and it seems to work very well, however it does not have voice recognition features. I wrote my own software product to use Kinect voice recognition, but found that I cannot run two processes in parallel. Is this a problem that could end up using code in C #? I hope this may be a modification of my C # voice recognition code, but I do not know where to start, and could not find help on the Internet.
Firstly, does anyone know if it is possible to start two processes simultaneously with one kinect? And if so, how can I guarantee that my kinect process allows this?
I do not know how much of my code would be useful to you, so I will not worry about providing any data at this time. But if you need code samples, I would be happy to provide them.
Thank.
source
share