You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: