How to capture infrared data stream from Kinect Sensor ?
Similar like to the color and depth data Kinect SDK also capable of capturing the infrared (IR) data stream. The…
Similar like to the color and depth data Kinect SDK also capable of capturing the infrared (IR) data stream. The…
Kinect device has a color camera that delivers the color stream data with the combination of three basic color components…
This is an interesting question. Can we really adjust sensor based on user positions ? The answer will be YES,…
You can capture the Kinect sensor image data stream either in format of color or depth data. Both the data…
In a single word, the answer is “No”. The SDK, as the name suggest, is a developer toolkit, which requires…
Every Kinect sensor can be uniquely identified by an instance id. You can track and initialize each device connected based…
This tip shows you how to get list of all the Kinect sensor which are connected with system. The KinectSensor…
You can turn off the IR Emitter using KinectSensor.ForceInfraredEmitterOff property. By default, this property is set to false. To turn…