We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran you example and all is well and fast. But when I add you files and code to my already existing app then the detection it takes about 219 ms.
ofPixels & pixels = cam_image.getPixels(); multiTracker.detect(pixels);
[notice ] ofGetElapsedTimeMillis 65956 [notice ] ofGetElapsedTimeMillis 66175
Do you know what I need to look out for? My camera image has the same dimensions as in your example.
When using the same code if ofxFaceTracker2 I do not see this fps drop.
thanks a bunch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran you example and all is well and fast.
But when I add you files and code to my already existing app then the detection it takes about 219 ms.
[notice ] ofGetElapsedTimeMillis 65956
[notice ] ofGetElapsedTimeMillis 66175
Do you know what I need to look out for?
My camera image has the same dimensions as in your example.
When using the same code if ofxFaceTracker2 I do not see this fps drop.
thanks a bunch
The text was updated successfully, but these errors were encountered: