You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,10 @@ When you report USB issues, please attach relevant debug log from running the pr
79
79
80
80
### Windows / Visual Studio
81
81
82
-
* Install libusbK driver
82
+
* Install UsbDk driver
83
+
84
+
Download the latest x64 installer from https://github.com/daynix/UsbDk/releases, install it. This doesn't interfere with the Microsoft SDK. Do not install the libusbK driver if you install the UsbDK driver.
85
+
* (Alternatively) Install libusbK driver
83
86
84
87
You don't need the Kinect for Windows v2 SDK to build and install libfreenect2, though it doesn't hurt to have it too. You don't need to uninstall the SDK or the driver before doing this procedure.
85
88
@@ -104,6 +107,7 @@ When you report USB issues, please attach relevant debug log from running the pr
104
107
This will enumerate the Kinect sensor again and it will pick up the K4W2 SDK driver, and you should be ready to run KinectService.exe again immediately.
105
108
106
109
You can go back and forth between the SDK driver and the libusbK driver very quickly and easily with these steps.
110
+
107
111
* Build libusb
108
112
109
113
Open a Git shell (GitHub for Windows), or any shell that has access to git.exe and msbuild.exe
0 commit comments