Running Kinect for Windows applications on Windows 10 – Things you should verify

Running Kinect for Windows applications on Windows 10 – Things you should verify

Running a Kinect v2 device and a Kinect for Windows application on Windows 10 is not difficult nor different than what we have seen in the earlier version of Windows Operating System.  You can run a Kinect for Windows application (either a desktop app, or a store app ) on Windows 10. However, incase you found that your device is not detected properly, application is not running, or not able to read the data from sensor, please verify following.

Must Read : Developing kinect for Windows v2.0 App with Visual Studio 2015 on Windows 10

1.  Verify Device Settings

The very first things you need to verify, if your device is connected and loaded properly.

Go To PC Settings –> Devices –> Connected Devices

Device Settings

If Kinect Sensor is not connected properly or not plugged in a USB 3.0  , you will get a device notification that failed to load .

Kinect Device not loaded

If the devices connected properly, and power is turned on, your Connected Devices section should display a “Kinect” deice, that connected to a USB 3.0

Kinect Device loaded

If you click on the device, “Remove Device” option would be displayed.

Kinect Device Connected

Must Read : How to Identify the Kinect Sensor Capabilities ?

If you verify above setting, you should be to good to run your Kinect applications.

2.  Verify Privacy Settings

This settings is required to verify only for “Store App”.  For Kinect for Windows Store App, we must select “Microphone” and “Video” Capability” in the app manifest file. This enables the apps to access the Camera and Microphone for the targeted device.

Kinect Store App Settings

Once the app is developed and deployed, like other Windows Store App, the Kinect App also should be visible under listed app for Camera and Microphone Section of PC Settings.

Privacy Settings

You can navigate to this from  PC Settings –> Privacy –> Camera | Microphone

Kinect Store App - Camera Settings Kinect Store App - Microhpne Settings

Both Camera and Microphone has to be turned on to use Kinect Camera and Microphone Array.  By default they are ON once the app capability added.

In case you found them turned OFF,

Kinect Settings turned Off

You just go ahead and turn it ON .  Then you need to restart your app.

Points to be remember

  1. This Privacy Settings is only for Store Apps. Normal desktop app would work without this.
  2. Even if the App is not running, the PC settings would be available once the app is deployed with capability added. You can do the necessary change in settings and start to app as well.

Hope this helps.

Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.

4 Comments to “Running Kinect for Windows applications on Windows 10 – Things you should verify”

  1. Pascal

    Hey,

    I am currently working on a project with the Kinect v2 and openFrameworks under Windows 8.1. I really would like to upgrade to Windows 10, but I have fear that the Kinect isn’t working properly anymore. Can you tell me if you had any problems using Windows 10 and the Kinect v2?

    Thanks
    Pascal

  2. Abhijit Jana Author

    Hello Pascal, So far I haven’t experienced any problem with the samples I have used. But I haven’t explored it much in details recently.

Comments are closed.