Hi guys,
I'd like to process frames from front camera on my Android device. But I've seen that if I don't have org.opencv.android.JavaCameraView visible, OnCameraFrame method of CameraBridgeViewBase.CvCameraViewListener2 is not being called.
I've found same problem on StackOverflow, but the solution sadly doesn't work for me.