Android OpenCV 3 manager
Hello,
I'm new with opencv but i used this library two times before with version 2.4.9 without problems.
Now i'm trying 3.0 rc1 version but don't know what are the ways to initialize the library. Other times i used asynchronous init, so if opencv manager is not installed, the app search and launch the installation.
But now with 3.0 intallation fails and shows a item not found error. Have sense because i already have installed opencv manager and last version of library is 2.4.9.
So, it's impossible to use opencv 3.0 with asynchronous initialization? Can someone refer a link with a good tutorial to perform other ways of init? In documentation says the async mode is the recommend way...
Thank you.