Open MohamedElhoseny opened 7 years ago
I get the same issue.
any chance u could fix ?
Mohamed. this worked for me... opencv needs ffmpeg for videos files. Add the loadLibrary for ffmpeg : System.loadLibrary("opencv_ffmpeg310_64"); System.loadLibrary(Core.NATIVE_LIBRARY_NAME); // used for tests. This library in classpath only Also include the correct directory in the dependencies ( its in the project )
Did you get a solution? I can help on this, feel free to contact me.
Application crashes at resize function at line 566 , i used your video in sample folder and still crashes