Search code examples
kinectcamera-calibration

Kinect Calibration


Using the Kinect for Windows SDK, what is the simplest way to calibrate the cameras?

I have found this lovely blog post http://nicolas.burrus.name/index.php/Research/KinectCalibration on the subject, but I'm curious if somebody knows an even simpler way.

Any hints, tipps and tricks are welcome.


Solution

  • "Calibrate the cameras"? If you're using the official SDK, you can get a mapping of which RGB pixel any particular depth pixel corresponds to.

    See this thread on the official support forum for a better explanation.