Using Kinect Instance Id to Initialize the Kinect Sensor
Every Kinect sensor can be uniquely identified by an instance id. You can track and initialize each device connected based…
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…
You can stop the debugger at breakpoint after a specific number of breakpoint hit. Hit Count is used to keep…
JavaScript navigation is now more easy and simple with Visual Studio 2013. The new editor introduced the navigation bar within…
One of the small and nice features of Visual Studio 2013 you will find is the automatic braces completion. This…
You can modify the Code Information Indicators styles from the Options dialog windows. This will help you to customize the…