Open CV applications for android prompts me to download and install Open CV Manager... I just want to know whether there will be a prompt in every application that uses the OpenCV library?If yes is there any way to avoid this? Thanking you in advance for your valuable efforts
Yes, with opencv 2.4.2 it will prompt IF you do not have the opencv manager installed (yet).
The way to avoid that is explained here:
You should read static initialization on opencv.org
Brief: you add native libraries to your project libs folder.
After in generally or with_manager style Library loads with ..initAsync(...) method. You should change this to initDebug().
Your project runs without needs Manager.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With