Is is possible to have multiple applications which are using the same kinect device?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Multiple applications can't use same Kinect device as one app can only request one Kinect sensor. You can however choose one of the ways listed below
|
|||
|
|
Multiple applications cannot share the device itself however using Kinect Service you can build one application that can act as a bridge between two apps sharing the color, skeletal, and depth data. The only thing you won't be able to do out of the box is tilt the Kinect. Another work around is to have multiple applications or windows tied to one project using a separate Kinect class to provide access to the SDK functions. |
|||
|
|