Using One Kinect for Windows for Two Parallel Processes

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.

+5
source share
1 answer

As far as I know, only one application can use Kinect at a time through the SDK. If you can use it just like a microphone, and just click “audio” but not through the SDK, you might be able to get around this.

( FAAST) , . , , .

+1

All Articles