EngnzWaks / javacv

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

could not find class FFmpegFrameGrabber on Android #244

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. followed the instructions on main page, extracted all .so objects from 
javacv-bin and ffmpeg zip files, even from the javacv-android-arm.jar to 
lib/armeabi-v7a, added javacpp.jar and javacv.jar to build path/libraries
2. import com.googlecode.javacv.FFmpegFrameGrabber;
3. FFmpegFrameGrabber grabber = new FFmpegFrameGrabber(f);

What is the expected output? What do you see instead?

produces runtime fatal exception: java.lang.NoClassDefFoundError: 
com.googlecode.javacv.FFmpegFrameGrabger

What version of the product are you using? On what operating system?
Android API 10

Please provide any additional information below.

basic openCV stuff works, just ffmpeg does not

Original issue reported on code.google.com by ivan.kli...@cnl.sk on 19 Sep 2012 at 9:22

GoogleCodeExporter commented 8 years ago
RESOLVED by adding javacpp.jar and javacv.jar to exports under properties/build 
path/order and export

Original comment by ivan.kli...@cnl.sk on 19 Sep 2012 at 9:40

GoogleCodeExporter commented 8 years ago

Original comment by samuel.a...@gmail.com on 7 Oct 2012 at 12:01