JenyaKirmiza / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

Cannot find cvLoadImage #400

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I already configured build path of my android project to include javacv.jar and 
javacv-android-arm.jar but I still can't use cvLoadImage. I tried the 
workaround with BufferedImage but still the same problem, can't find the right 
package for BufferedImage either.

I'm using the JavaCV 0.6 binary package released on Sep 15.

Please advice. Thanks.

Original issue reported on code.google.com by ma...@nextixsystems.com on 23 Dec 2013 at 7:07

GoogleCodeExporter commented 9 years ago
Hi, Additional Details on my project. 

1. Currently I'm not using NDK tools in android. Is it okay to use this like a 
normal library for an Android Project? or must I use NDK for this?
2. Are ffmpeg-2.0.1-android-arm.jar and opencv-2.4.6.0-android-arm.jar required 
to be imported together with javacv.jar?

Original comment by ma...@nextixsystems.com on 23 Dec 2013 at 7:31

GoogleCodeExporter commented 9 years ago
Yes, that's correct: no NDK, and, yes, we need to copy all the files as 
indicated in the README.txt file

Please ask your questions on the mailing list next time if possible, thank you!

Original comment by samuel.a...@gmail.com on 27 Dec 2013 at 2:48