Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

there are some things broken here.

first it has to be:

public class MainActivity extends Activity  implements CvCameraViewListener2 {

then, it should be:

@Override
public void onResume() {
    super.onResume();
    OpenCVLoader.initAsync(OpenCVLoader.OPENCV_VERSION_2_4_5, this, mloadBaseLoaderCallback);
}

i.e, you don't need the set/get methods for this