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
From tihs github page and this page(https://openkinect.org/wiki/Getting_Started), I followed the download steps for libfreenect but in the solution build in visual studio I have this error. There is no libusb.h file found in the project. However, It should exist.
Then on the web, I found a libusb.h file myself and put it inside the project. After that it see libusb.h file, but errors increased.
How can I solve these errors and build the solution for libfreenect?
The text was updated successfully, but these errors were encountered:
I am also getting the same. As far as I can tell, libusb doesn't come packaged with a header file (only a DLL and lib) on windows. It only does for linux. This poses an issue as libfreenect asks for a header file/
From tihs github page and this page(https://openkinect.org/wiki/Getting_Started), I followed the download steps for libfreenect but in the solution build in visual studio I have this error. There is no libusb.h file found in the project. However, It should exist.
Then on the web, I found a libusb.h file myself and put it inside the project. After that it see libusb.h file, but errors increased.
How can I solve these errors and build the solution for libfreenect?
The text was updated successfully, but these errors were encountered: