Set focus modes in OpenCV using JavaCameraView for Android
Setting focus mode in Android using JavaCameraView class of OpenCV for Android is pretty easy. You just need to create a class that extends from JavaCameraView, get the camera parameters and set the focus mode in the camera parameter and set those parameters in mCamera variable. OpenCV for Android How to set Autofocus and other …
Set focus modes in OpenCV using JavaCameraView for Android Read More »