How to adjust Kinect sensor automatically based on user positions ?
This is an interesting question. Can we really adjust sensor based on user positions ? The answer will be YES,…
This is an interesting question. Can we really adjust sensor based on user positions ? The answer will be YES,…
In one of our previous tip ( Using Kinect Instance Id to Initialize the Kinect Sensor ) we have seen…
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…
If you are dealing with Kinect based application, It is always good practice to first check if there is any…