Camera focus on Android
-
Hi there,
I would like to know if the focus of the camera is supposed to work on Android.
I tested the declarative-camera example with Qt 5.3.2 and Qt 5.4 on a Sony Tablet S (using Linux Mint 17) : I press the focus button, then the capture button and I get a blurred image. I tried, with no more success, writing my own test which does :
- configure camera with focus FocusAuto
- on button click, camera.searchAndLock(),
- when the lock status changes to Locked, I trigger the capture.
It seems I am not the only one having an issue with focus on Android:
http://stackoverflow.com/questions/26802962/qml-camera-focus-doesnt-workHas anybody been successful using camera focus on Android?
Thank you,
Fabien -
Auto focus on Android doesn't work. See the bug and a way to solve it "here":https://bugreports.qt-project.org/browse/QTBUG-42224#comment-268133.