-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kinect 1414 Could not open device #501
Comments
The code that opens the motor ought to print out an error if it fails. But apparently it's not even finding the motor subdevice - maybe |
Indeed, I checked at runtime that the
I installed libusb using Macports like the README said: |
I've looked more into it and it seems that the parent of the device of the camera is non existent. |
So at the end I made a workaround which detected the motor and sensor from the camera not by its parent but by the match in the vendor ID. This workaround is not perfect as it does not consider the possibility of two or more Kinects connected at the same time, but that itself is not an issue in what I'm working on. Thanks! https://github.com/LewisErick/libfreenect/blob/master/src/usb_libusb10.c |
having this exact same I'm hoping that this could be resolved without me having to build it locally. |
Fixing incoming! Please try the latest and reopen if the issue persists.
|
Signed-off-by: Benn Snyder <benn.snyder@gmail.com>
brew installed at HEAD and still the same issue :-( |
Turns out a more careful analysis was necessary: (2ce5bd3). Please report results! |
works for me now!! thank you! |
Hi there! I'm currently using Mac OS X El Capitan 10.11.5 with Kinect Model 1414 to run freenect-glview, however it always gives me this error:
The config I used to build and install it from source is the following:
The lsusb gives me the following:
It does work with freenect-camtest and freenect-regview
The text was updated successfully, but these errors were encountered: