I am working on an Android OpenCV based application. I cannot start NativeCameraView on my MotoG after updating 5.0 lollipop. JavaCameraView is still working.
In my program, I need to use VideoCapture ( http://docs.opencv.org/java/2.4.2/index.html?org/opencv/highgui/VideoCapture.html ) in my program. I do not know how to switch to the JavaCameraView source in VideoCapture. [Only NativeCamera works great for my application. Using JavaCameraView is just a temporary solution I'm looking for]
So my question is: is this an OpenCV bug to fix my own camera for 5.0? I did not find anyone who would raise such a problem. When will this be fixed?
02-06 13: 30: 52.794: E / OpenCV :: camera (31745): CameraWrapperConnector :: connectToLib ERROR: cannot dlopen camera wrapper library 02-06 13: 30: 52.794: E / OpenCV :: camera (31745): Native_camera returned an opening error: 4
source
share