Problem trying to use Kinect v1

guilherme casarotto 0 Reputation points
2024-04-07T18:06:57.66+00:00

Hi, recently I bought a Kinect 360 to use on my PC, I installed the SDK 1.8 drivers and everything went fine, I connected the Kinect to the PC and only the Kinect USB audio appears, and the SDK doesn't recognize anything, what can I do to recognize the Kinect camera driver?

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,671 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Wesley Li 5,040 Reputation points
    2024-04-12T01:45:32.5366667+00:00

    Hello

    Please check the following prerequites:

    To install the SDK:

    1. Make sure the Kinect sensor is not plugged into any of the USB ports on the computer.
    2. If you have a previous version of the Kinect for Windows SDK currently installed, close any open samples, the Sample Browser, etc. and skip to step 5. Kinect for Windows v1.8 will upgrade the previous version.
    3. Remove any other drivers for the Kinect sensor.
    4. If you have Microsoft Server Speech Platform 10.2 installed, uninstall the Microsoft Server Speech Platform Runtime and SDK components including both the x86 and x64 bit versions, plus the Microsoft Server Speech Recognition Language - Kinect Language Pack.
    5. Close Visual Studio. You must close Visual Studio before installing the SDK and then restart it after installation to pick up environment variables that the SDK requires.
    6. From the download location, double-click on KinectSDK-v1.8-Setup.exe. This single installer works for both 32-bit and 64-bit Windows.
    7. Once the SDK has completed installing successfully, ensure the Kinect sensor is plugged into an external power source and then plug the Kinect sensor into the PC's USB port. The drivers will load automatically.
    8. The Kinect sensor should now be working correctly.
    9. Download the Kinect for Windows Developer Toolkit, which contains source code samples, tools, and other valuable development resources that simplify developing Kinect for Windows applications.

    Here is a link for reference:

    GitHub - alwynmathew/Kinect-for-windows: Kinect for Windows SDK installation

    0 comments No comments