Setup OpenCV SDK in Android Studio

preview_player
Показать описание
Just for you by nsbrAndroid. This video about how to setup opencv sdk in android studio. If you have any issue regarding video comment below.

Рекомендации по теме
Комментарии
Автор

wonderful tutorial. Thank you so much for your help

gallegom
Автор

It works on me. I'm using Android Studio 3.0.1 and opencv-3.4.2

jovylouverzano
Автор

thank you so much, i see that it works successfully in Anroid Studio 3.0.1.

thuylevan
Автор

When I click on Modules, I didn't find openCVLibrary310

abdechafineji
Автор

It works, it's just that the order of the messages in the if statement is reversed. It will say it's not running when it actually is.

It should be


if (OpenCVLoader.initDebug()){
Log.d(TAG, "Opencv loaded successfully");


}else{
Log.d(TAG, "Opencv not loaded");
OpenCVLoader.initAsync(OpenCVLoader.OPENCV_VERSION_3_4_0, this, mLoaderCallBack);
}

fortoday
Автор

Am having imgprocUtils error plzz someone tell me what is it¿

User_User_o
Автор

Works in AndroidStudio-3.0.1 on KororaLinux, Thanks.

teejaay_me
Автор

Gradle sync failed: Could not find method estInstrumentationRunner()
I found this error when I import module in my project. Please guide me how to solve it.

wafidreams
Автор

i have done exactly what is shown yet i get no errors but it says opencv not loaded

joehenshall
join shbcf.ru