1 | initial version |
CameraBridgeViewBase
is a base class for two view implementations: NativeCameraView
and JavaCameraView
. The last one uses standard Android API for camera access. There is example Tutorial3-CameraControl in OpenCV4Android SDK that shows how to get access to internal mCamera
(android.hardware.camera
class) object and set some additional parameters. I recommend you to start from this example.