ofxFaceTracker2 icon indicating copy to clipboard operation
ofxFaceTracker2 copied to clipboard

can't find ofxFaceTracker2

Open ynnepeolhc opened this issue 8 years ago • 1 comments

Hi, I'm very new to this, trying to launch the FaceClassifier but keep getting an error message with ''ofxFaceTracker2.h' file not found'

#include "ofMain.h" #include "ofxGrt.h" #include "ofxFaceTracker2.h" 'ofxFaceTracker2.h' file not found #include "ofxGui.h" #include "ofxOsc.h" #include <stdio.h>

I have the file downloaded and unzipped but I'm not sure on where to drop it into? Please help! Thanks

ynnepeolhc avatar Jan 22 '18 22:01 ynnepeolhc

An old question, but I'll answer it for future reference: OpenFrameworks addons go into the addons folder which is inside your main openFrameworks folder (next to your apps folder). After placing it there, the easiest way to import the addon into your project is to use the openFrameworks project generator which will show a dropdown with all addons found in the addons folder and can create all the files you need for Xcode or whatever platform you're using.

javl avatar May 07 '18 13:05 javl