-
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
tilt & led does not work with model 1517 #487
Comments
For audio support, you must upload firmware to the device. Newer Kinect models may require audio firmware for motor and LED support. The best method is to insert firmware at runtime just after calling Those files and code I linked will need to be added to any program where you want audio and/or tilt to work. Unfortunately the headers are C++, so you'll either have to compile the program as C++ or modify the headers to be pure C. I know it's a PITA and I wish we could just ship the firmware, but the project doesn't want want to risk any legal issues. |
Thank you for answering. first, I got 2 files. and put in
and remove ofxKinectExtras.cpp after move "unsigned char fwk4wBin[]" of ofxKinectExtras.cpp to I edited
to
I retried to build. but the result did not change. |
I would like to apply this solution to python wrapper, but what should I do it? |
There is a way to load firmware from a file; I know it works with model 1473, but I never tried it with 1517. To test it, you'd need to write that byte array you have in source code to a binary file named |
The model 1517(for windows) seems to be different from model 1473. |
I'm using Ubuntu 14.04 with Kinect 1517.
I finished build about freenect with reference to this page.
So I can do command
freenect-glview
in terminal. then I can see video and depth.Several commands were displayed in terminal as follow:
But some command that tilt and led don't work .
I think that other settings are necessary when freenect building.
Next show terminal message.
I saw some solution to similar issues. but they are for Xbox kinect model 1473.
How can I solve for 1517 model?
The text was updated successfully, but these errors were encountered: