-
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
Samples #4
Comments
raigex, see the example here: https://github.com/bytedeco/javacv/blob/master/samples/RecordActivity.java |
Did you also add |
i added opencv-android-arm.jar and ffmpeg-android-arm.jar |
Yes, so please also try to add |
Yes that worked. Thanks. |
Ok, good, please post your questions on the mailing list next if possible, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have noticed alot of your samples use
javacpp.opencv_core
I am using it in my android project and I cannot import those at all.
I am able to use
org.bytedeco.javacv.*
classes but anything else like the IplImage is not available, and it is something that I need for better face detection in images.I have added:
as stated in the readme (gave up on gradle implementation)
but none of the samples themselves work
The text was updated successfully, but these errors were encountered: