Skip to content

Commit

Permalink
Example update
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfdanJ committed Jun 17, 2016
1 parent 1727fa8 commit 710777c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions example-comparison/src/ofApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@

//--------------------------------------------------------------
void ofApp::setup(){

grabber.setup(1280, 720);


// Setup ofxFaceTracker
tracker.setup();

// All examples share data files from example-data, so setting data path to this folder
// This is only relevant for the example apps
ofSetDataPathRoot(ofFile(__BASE_FILE__).getEnclosingDirectory()+"../../model/");

ofSetDataPathRoot(ofFile(__BASE_FILE__).getEnclosingDirectory()+"../../example-data/");
// Setup ofxFaceTracker2
tracker2.setup();

ofRestoreWorkingDirectoryToDefault();
}

Expand Down

0 comments on commit 710777c

Please sign in to comment.