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();
}