Skip to content
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

upload_firmware: failed to find firmware file. upload_firmware failed: -2 #532

Open
yavier123 opened this issue Nov 17, 2017 · 8 comments
Open

Comments

@yavier123
Copy link

I Running the libfreenect in Macosx Sierra and I had installed correctly the libfreenect(I think) but when I want to use the Kinect I can't (camera). I want to use the wrapped of python and I always get that. error

captura de pantalla 2017-11-17 a la s 12 26 07

@uni4th
Copy link

uni4th commented Oct 23, 2018

Hello, I run into the same problem. Have you solved it yet?

@yavier123
Copy link
Author

yavier123 commented Oct 23, 2018 via email

@uni4th
Copy link

uni4th commented Oct 24, 2018

Long time ago, but yes, are you running in a mac osx or window? El mar., 23 de oct. de 2018 04:07, uni4th notifications@github.com escribió:

Thank you for your reply, but actually I have already solved it :)

@ghost
Copy link

ghost commented Mar 10, 2019

@uni4th How did you solve the problem? I have the same issue now.

@uni4th
Copy link

uni4th commented Mar 12, 2019

@uni4th How did you solve the problem? I have the same issue now.

Sorry but it's been so long that I've already forgotten...

@leonardokidd
Copy link

This answer may be late, but you can find the solution here: https://openkinect.org/wiki/FAQ#I_get_the_following_error_accessing_microphones:_upload_firmware:_failed_to_find_firmware_file.

@sumdii
Copy link

sumdii commented Jul 18, 2019

From openkinect wiki: Kinect audio system requires a firmware to be sent at runtime. It should be found in your installation (in share/libfreenect/audios.bin) but it might be absent. Run share/libfreenect/fwfetcher.py to download the latest audio firmware file and move it to your installation.
And my installation is /usr/local/share/libfreenect

@benjaminjacobreji
Copy link

From openkinect wiki: Kinect audio system requires a firmware to be sent at runtime. It should be found in your installation (in share/libfreenect/audios.bin) but it might be absent. Run share/libfreenect/fwfetcher.py to download the latest audio firmware file and move it to your installation.
And my installation is /usr/local/share/libfreenect

I used mlocate to find the fwfetcher.py file.
I'm on Raspbian so

$ sudo apt install mlocate
...
...
$ sudo updatedb
$ locate fwfetcher.py
/home/pi/libfreenect/src/fwfetcher.py
/usr/local/share/fwfetcher.py
$ python3 python3 /usr/local/share/fwfetcher.py
$ freenect-glview

And the Kinect model 1473 works in RPi3.

I also had to follow this comment to get it working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants