-
Notifications
You must be signed in to change notification settings - Fork 57
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
Confirm linux64 and linuxarmv7l #41
Comments
Hi. I have followed the amazing tutorial by @madelinegannon https://gist.github.com/madelinegannon/10f62caba7184b90ea43a734768e5147 and I was able to run the I have installed OF and compiled with gcc-6. I have added these lines to my .bashrc file (and I hame made sure that cuda was correctly installed and that
When I run the example provided in this repository, I receive the error:
and actually there is no Any clue? I think that libfreenect2 is probably not installed system wide, so the Proton example works, but the OF app no. |
Just as a side note, I had make a mistake while installing libfreenect2. The instruction reported by @madelinegannon are correct, just:
needs to be
Otherwise it can not install the library system wide. I have removed all the libraries in |
Thanks Davide!
We can take a look and see what's in Madeline's example that we can add or do a example-linux as suggested.
|
The only two steps to get the example working on linux (after installing cuda, libfreenect2, etc, as explained in the guide) are:
Then if you run |
Awesome! Thank you!
|
@madelinegannon @bakercp
@NickHardeman and I have done a cleanup to ofxKinectV2 - going back to using the libfreenect source to make it easier to build for mac and windows.
Both mac and windows build fine now with the projectGenerator.
Could you check on Linux and see if anything needs adding to addons_config.mk?
Lots of nice new features like ofxKinecV2::Settings which allows for streams to be toggled on and off and max depth range to be changed.
See: https://github.com/ofTheo/ofxKinectV2/blob/master/src/ofxKinectV2.h#L25
The text was updated successfully, but these errors were encountered: