-
Notifications
You must be signed in to change notification settings - Fork 105
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
ofxKinect does not support Kinect4Windows devices #94
Comments
I made the changes that you have above and in my log i get the following. OF: OF_VERBOSE: ofxKinect: Context inited I'm not sure if you got this far, but at least it sees that there is a device there. I have tried to trace the problem and I feel like it is a freenect issue. though how to fix it, I have no idea. |
That's definitely a freenect issue. We'll update to a newer version of freenect soon so that may fix it. |
I updated the freenect version. Can you try the develop branch? |
I got the same issue, it's kinect for window and nothing is detected, I can run some NITE example though, even it sometimes it does not work. Has this issue been fixed ? Should I grab the version of freenect in the develop branch ? |
I have done this as well: But I get |
Actually: Nearly! Any idea? |
This is due to libfreenect not currently supporting Kinect4Windows devices. It's in the works and when it's stable, we'll update the version of libfreenect that comes with ofxKinect. In the meantime, I'd suggest using ofxOpenNI or get an Xbox Kinect device. |
I'm working on this today as there appears to be a fix for the newer Kinect models: OpenKinect/libfreenect#325 |
Can y'all try the current develop branch in OSX/Linux with newer devices? I'm reworking things for Windows right now, but it should work on the other platforms ... I can't test right now as I don't have any newer Kinect hardware. |
I tried it with OSX 10.7 and a K4W model 1517. |
I see this behavior with device 1473. Most likely we need to look at rebuilding the OS X libusb ( had to do this for the original Kinect to work without freezing ). |
Hello,
I have a kinect for windows and i try to use ofxKinect but it doesn't detect a kinect. To correct this, i changed the this :
define VID_MICROSOFT 0x45e
define PID_NUI_CAMERA 0x02bf
define PID_NUI_MOTOR 0x02b0
Using the ones of my microsoft's kinect, but i still has an error.
Thank you.
The text was updated successfully, but these errors were encountered: