-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
Crash when run FacePreview code (OpenCV, Android) #179
Comments
I have the same problem.
|
Looks like a problem with OpenCV 3.0... Does this happen with any other version? |
No, only with OpenCV 3.0 |
How can we change to older OpenCV version? EDIT: I switch to javacv ver 0.8 and it still crashes. |
… for Android 2.2, because GCC 4.6 has issues with OpenMP (issue bytedeco/javacv#179)
I found that the problem is probably caused by OpenMP, as explained in the last commit noted above. I've placed a new set of binaries here that should fix this issue: |
The builds for version 1.1 work properly, so please use that! And thanks for reporting. |
Crashed on Nexus 5, Android M. Javacp 1.0
The text was updated successfully, but these errors were encountered: