Description
I have worked my way through the entire install and compilation procedure for libfreenect and have got to the point where i have successfully compiled the Protonect application. Unfortunately it gives me the
LIB_USB_ERROR_NOT_SUPPORTED
errors that have been reported by others in other issues.
I believe this is because I have no managed to compile libusb correctly but quite frankly I seem to be struggling. The install cmd supplied is for visual studio and there are no cmake options for libusb. I have not managed to find anything online that was suitably helpful.
So my question is, has anyone been through the procedure for compiling for MinGW successfully and what steps am I missing in order to succeed?
Some other information of note:
The protonect application Viewer is unresponsive however in the console it shows:
[Info] [TurboJpegRgbPacketProcessor] avg. time: 19.2634ms -> ~51.912Hz
[Info] [TurboJpegRgbPacketProcessor] avg. time: 19.224ms -> ~52.0183Hz
Does this mean that it is indeed running? Or is this something else.
Computer specs: Win7, USB3, MinGW
Thanks.