X-Git-Url: http://cgit.sxemacs.org/?p=harmattan%2Fcameraplus;a=blobdiff_plain;f=qml%2Fmain.qml;fp=qml%2Fmain.qml;h=b864f7b3d0f21068c32d0d2c3509314a33b35f3f;hp=e7462630a243fc5cc39dae43dd87376dbf26c808;hb=b504f15ac261c7193185504de53bfa1d6beb9698;hpb=d7d3b3a881c711ef333e0be51b6b97cbf364b441 diff --git a/qml/main.qml b/qml/main.qml index e746263..b864f7b 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -411,6 +411,13 @@ PageStackWindow { value: settings.videoMuted } + Binding { + target: cam.roi + property: "enabled" + value: settings.faceDetectionEnabled && !focusReticle.pressed && !focusReticle.touchMode && cam.mode == Camera.ImageMode + } + + TrackerStore { id: trackerStore active: cam.running