Debugging Multithreaded Program
This post talks about; how to work with multithreaded program debugging, where is your current thread, what is the thread…
This post talks about; how to work with multithreaded program debugging, where is your current thread, what is the thread…
Code snippets have been around for a long time and is one of the easiest ways for the developer productivity. …
This is quite interesting and a handy tip. You can use it very often during your development when you want…
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…