Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

USB3 Controller & Kinect 2 [closed]

I recently updated a PC to Windows 8.1 in order to make it compatible to Kinect v2. It's an ASUS N53S with the following specs:

  • CPU: Intel Core i7 - 2670QM (2.2GHz)
  • RAM: 16 GB
  • GPU: GEForce GT 550M
  • USB3 Controller: Fresco Logic xHCI

When running Kinect v2 Configuration Verifier I get all items to green except the USB Controller (even the Kinect is detected). I guess it means the USB hub is not compatible or is missing a driver.

I had a look at the Device Manager and saw that wdf kinectsensor interface 0 has a yellow warning next to it. The warning contains code 10, meaning that the device could not be started.

Otherwise, all drivers are up to date.

I've been browsing quite a lot and found out that other people with the same USB Controller had similar problems but no post mentionned solutions.

Does anybody have an idea of what the problem may be?

like image 918
Pimich Avatar asked Jun 15 '15 13:06

Pimich


1 Answers

Not all the USB 3 controllers support Kinect v2. As described in this page from Xbox.com:

Only USB3 controllers from Intel and Renesas are supported

If you use a different brand of USB3 controller, the Kinect sensor may not function correctly.

In this other page (from the official documentation on MSDN), there is another useful detail about the USB 3 controllers:

If you're adding USB 3.0 functionality to your existing PC through an adapter, please ensure that it is a Windows 8 compliant device and that it supports Gen-2

So your controller may be a non-Gen-2 one (see this forum for more information about USB 3.1 Gen-2).

For a list of tested and working controllers (some of which are also available at low costs), refer to the dedicated topic in the official Microsoft Kinect SDK v2 forum. Moreover, in the same forum there are some posts of users that had similar issues with Fresco USB 3 controllers.

So the best solution for you is probably to get a new USB 3 controller, and use it.

like image 165
Vito Gentile Avatar answered Sep 17 '22 21:09

Vito Gentile