I use Android + Opencv (new for opencv) and now I work with real-time object detection (the object remains very close to the Android Android device), and I noticed that the Android cameraโs autofocus changes my appearance (โzoom inโ effect and โreduceโ), which makes it difficult to track the object.
I need to turn off "AUTO FOCUS" because in my case the more blurry the input of the image I have, the better, and I also need to turn off AutoWhiteBalance or maybe set a different value.
I would like to know how to do this with OpenCV CameraBridgeViewBase so that I can change the settings of the Focus / WhiteBalance camera.
I am trying to find a way to solve this problem, and I noticed that many people are facing the same problems.
Here at Stack Overflow, it would be a great place to find whoever worked with it and find a good way to overcome these problems.
source share