How can I detect if camera is focussed?
Unsolved
QML and Qt Quick
-
From my understanding (correct me if I am wrong), it have no way to determine the focused state for FocusContinuous mode. It works only for manual focus triggered by Camera.searchAndLock(). When it is done, Camera.focus.focusZones[0].status will be changed to CameraFocus.FocusAreaFocused , and Camera.lockStatus will be set to Camera.Locked
p.s CameraFocus (Qt 5.8) never set focusZones in iOS