Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How to control QCamera's manual focus?
-
Hi, I was wondering how the focus of a camera can be controlled when the camera is in manual focus mode. The documentation for QCameraFocus suggests that there is a FocusMode of the type
QCameraFocus::ManualFocus
, but I cannot find a place to actually control the focus when the camera is in this mode. Is there something very obvious I am missing?
-
I have tried the
QCameraFocus::FocusPointMode
setting and that depends on the depth in the image, not a distance that can be maunally set.
-
There are no API for this.