Hey nikpalmer,
Thank you for your reply to my ofxopenni query. It was helpful, however I am still having problems. When I try to compile the OF 62 example It cannot the file ofxOpenNI.h (no such file or directory, it says).
Here’s what I did:
I followed gameoverhacks instructions and copied his example into “yourofdir/apps/yourworkingdir” folder and then copied and pasted “lib” per his instructions. Next, as you suggested, I copied the OF 62 example and also moved it into yourofdir/apps/yourworkingdir. From there I added the
#include “ofxOpenNI.h” to testApp.h but when I build I get the following error:
/Users/xiouyang/Desktop/Jeffs kinect project/apps/myApps/ofxOpenniExample_from ofx/src/testApp.h:7:0
/Users/xiouyang/Desktop/Jeffs kinect project/apps/myApps/ofxOpenniExample_from ofx/src/testApp.h:7:23:
error: ofxOpenNI.h: No such file or directory
I have a couple questions:
-
what do you mean by "you need to creata the “openni” directory in your ““yourexample/bin/data/” folder”. Are you simply confirming gameoverhacks instructions or is this an additional step?
-
if it is an additional step, what and where is the openni directory? Sorry if I am obtuse, but I am so new to all of this (xcode, frameworks, addons and such).
-
Why am I getting a “No such file or directory” error?
Thank you for any help you can provide,
Jeff