First time here? Check out the FAQ!
answered 2013-07-24 05:44:49 -0600
You tries to use OpenCV library before it is ready. All OpenCV functions including constructors are available after onManagerConnected(LoaderCallbackInterface.SUCCESS) callback.
onManagerConnected(LoaderCallbackInterface.SUCCESS)