Thanks for the very useful reply.
Indeed, it worked after loading the libraries in the given order
before libandroid-opencv.so
I modified cvcamera.i file to include these opencv libs before
System.loadlibrary("android-opencv");
It worked this way, I guess it is the way to load them.
Also, thanks for the hint about using shared or static libraries.
Best,
Zafer