Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / enterprise

Install Microsoft Kinect on PC

0.00/5 (No votes)
9 Aug 2015CPOL1 min read 5.3K  
Install Microsoft Kinect on PC

In this blog post, I explain how you can install Microsoft Kinect on your PC. For installing Microsoft Kinect on your PC, you need to install some drivers. You can get the latest drivers from http://www.openni.org. Take all the drivers of the same version. When installing the drivers, you need to do it in exactly the following sequence.

  1. Do not plug in your Kinect.
  2. Install OpenNI.
  3. Install the PrimeSense NITE installation package (see binary for step 3).
    When the installation asks for a PrimeSense License Key enter: 0KOIk2JeIBYClPWVnMoRKn5cdY4=
  4. Install the PrimeSense Sensor driver (see binary for step 4).
    Windows will warn you for an unknown publisher, choose: Install this driver software anyway
  5. After installation, plug-in the Kinect on a USB port
    Windows is trying to search for the driver and will find it eventually. This will take some minutes.
    Or you can open the installing driver window and click on the link: “skip obtaining driver software from windows update” This will speed up the driver installation progress.
  6. After installation, the led will be blinking green on the Kinect. This indicates a good installation.

On the following youtube channel of my colleague Jan Saris, you can see what we have developed with/for Microsoft Kinect:

You can start with exploring the examples.

I hope you enjoy developing for Kinect yourself. Please let me now your own experiences with Microsoft Kinect.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)