Hello,
I recently got a Kinect for Windows and I'm trying to get it to run on
windows 7. I'm using this --
https://github.com/renewagner/libfreenect/tree/k4w-wip
On linux it was only a matter of compiling the drivers and it works
out of the box. On windows though, I'm trying to compile the drivers
but there's an error in usb_libusb10.c, at line 231:
res = libusb_set_interface_alt_setting(dev->
usb_cam.dev, 0, 1);
From what I've read, it seems that on windows the driver uses a libusb
emulation library. But this library does not have
'libusb_set_interface_alt_setting' function, which from what I can
tell is required for the K4W. Do you know a workaround for this so I
can get the driver running on windows?
Thanks,
John