kylemcdonald / ofxFaceTracker

CLM face tracking addon for openFrameworks based on Jason Saragih's FaceTracker.
http://facetracker.net/
Other
1.39k stars 371 forks source link

ofxFaceTracker & Android #51

Open agrau opened 11 years ago

agrau commented 11 years ago

Hi I've been trying to use ofxFaceTracke with an Android project (Eclipse, NDK). The App is working ok without ofxFaceTracker but when I run the setup() function the execution ends. I copied the model files to the bin/data/models folder. The program works very well on Windows and Linux. Any idea?

danyhaddad commented 8 years ago

did you find any solution? so you can share it with us

agrau commented 8 years ago

Hi Dany It was a long time ago. As far as I remember Android has not implemented all the STD functions used by the FaceTracker lib. Try debugging the files CLM.cc, FCheck.cc etc.