Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Ok, I checked out the static initialization and everything worked fine regarding that, but somehow the functions of the CameraViewListener never got called. So I simply activated the cameraview in the OnResume() function. (mOpenCvCameraView in my case)

public void onResume(){
    super.onResume();
    mOpenCvCameraView.enableView();
}