-
Notifications
You must be signed in to change notification settings - Fork 121
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
Deprecated methods are updated for OF090 #56
base: master
Are you sure you want to change the base?
Conversation
Hi, Where can I find your ofxOpenNI updated files? |
Hello, You can take a look at my fork. Regards |
Hi, Thanks I will try to compile the code.... Paulo 2016-02-04 17:35 GMT+00:00 Can Erhan [email protected]:
Paulo Trigueiros |
I suggest you to read the readme file of my fork in order to compile it in Xcode. Because, you must add library path into your project settings. If you need help, please contact me again. Regards |
I'm using QtCreator, but I'm getting some strange errors with the Xlib file. 2016-02-05 7:34 GMT+00:00 Can Erhan [email protected]:
Hi there, I was trying to compile the code with XCode, but I'm getting errors concerning XnOpeNI.h. Paulo Paulo Trigueiros |
Try to add the lib folder path (explained with Xcode) into qmake file in a format like
For more information about I hope this solves your problem. |
I was trying to compile the code with XCode, but I'm getting errors concerning XnOpeNI.h. Can't find the file. I add the path ../../../addons/ofxOpenNI/include/openni to the Search Paths.... What am I missing? BR Paulo |
I did not use Qt for openframeworks, but I think you should import the ofxOpenNI addon with the following instructions. Then add to library paths to |
Thanks, I’m trying everything I remember…. even in Xcode I can’t put the old code to work :-(
|
OpenNITest.zip You should copy config and the font file from the example project in the ofxOpenNI addon folder. |
Hi, It worked :-) Paulo
|
Sorry again… When I create a new project and drag the “include” and “lib” folders to the addons->ofxOpenNI group then I can’t include <XnOpenNI.h> for example. Paulo
|
Here is the screenshot…
|
Sorry, have you received my last emails?
|
Hello Paulo, Take a look at this video. Can. |
Thanks, Paulo
|
Now I get this.. ld: library not found for -lXnDDK I can see in the project that the libraries are included, even though I get the error message :-(
|
Good ! Now you should do this which is also my solution. |
Thank you Very Much. Paulo
|
Great ! :) |
Hi guys, I have some errors in my console with ccerhan project file (with kinect v1). Is there any solution to this?
|
All deprecated methods are updated for OF090 version.
No more Xcode warning in ofxOpenNI files.