Skip to content
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

Closed
raigex opened this issue May 9, 2014 · 6 comments
Closed

Samples #4

raigex opened this issue May 9, 2014 · 6 comments

Comments

@raigex
Copy link

raigex commented May 9, 2014

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:

opencv-android-arm.jar
javacpp.jar
javacv.jar
ffmpeg-android-arm.jar

as stated in the readme (gave up on gradle implementation)
but none of the samples themselves work

@ratmole
Copy link

ratmole commented May 9, 2014

@saudet
Copy link
Member

saudet commented May 9, 2014

Did you also add opencv.jar and ffmpeg.jar?

@raigex
Copy link
Author

raigex commented May 12, 2014

i added opencv-android-arm.jar and ffmpeg-android-arm.jar

@saudet
Copy link
Member

saudet commented May 12, 2014

Yes, so please also try to add opencv.jar and ffmpeg.jar as well.

@raigex
Copy link
Author

raigex commented May 12, 2014

Yes that worked. Thanks.

@raigex raigex closed this as completed May 12, 2014
@saudet
Copy link
Member

saudet commented May 12, 2014

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants