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
I am curious how I can fix this error I get when I try to build the facetracker2osc module? I get the following error: No matching member function for call to 'startThread' for openFrameworks/addons/ofxControl/src/ofxControlBpm.cpp
i'm a web dev, but not very experienced with c++ or openFrameworks. So i apologize if I'm missing something simple. I'm on macos Mojave & xcode Version 10.1, if that matters. btw, i'm really enjoying your ml4a course and trying to get a project started myself. :)
fwiw, i was able to setup/run faceClassifier app.
The text was updated successfully, but these errors were encountered:
yes this is broken right now because the threading functions have been switched in OF since 0.10. we need to fix this. in the meantime it should still compile with OF 0.9 or you can get a binary in the latest release.
I am curious how I can fix this error I get when I try to build the facetracker2osc module? I get the following error:
No matching member function for call to 'startThread'
foropenFrameworks/addons/ofxControl/src/ofxControlBpm.cpp
i'm a web dev, but not very experienced with c++ or openFrameworks. So i apologize if I'm missing something simple. I'm on macos Mojave & xcode Version 10.1, if that matters. btw, i'm really enjoying your ml4a course and trying to get a project started myself. :)
fwiw, i was able to setup/run faceClassifier app.
The text was updated successfully, but these errors were encountered: