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

can't find ofxFaceTracker2 #36

Open
ynnepeolhc opened this issue Jan 22, 2018 · 1 comment
Open

can't find ofxFaceTracker2 #36

ynnepeolhc opened this issue Jan 22, 2018 · 1 comment

Comments

@ynnepeolhc
Copy link

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

@javl
Copy link

javl commented May 7, 2018

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.

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

2 participants