Developing kinect for Windows v2.0 App with Visual Studio 2015 on Windows 10
You can develop app using Kinect for Windows V2.0 on Windows 10 as similar to previous version of Operating Systems. I am…
You can develop app using Kinect for Windows V2.0 on Windows 10 as similar to previous version of Operating Systems. I am…
This is an interesting question. Can we really adjust sensor based on user positions ? The answer will be YES,…
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…