Declarative ROI can now report unnormalized ROI coordinates using the normalize property
[harmattan/cameraplus] / qml / main.qml
index 4a8edb2..e746263 100644 (file)
@@ -241,6 +241,8 @@ PageStackWindow {
                 id: cam
                 anchors.fill: parent
 
+                onRoiChanged: roi.normalize = false;
+
                 GridLines {
                         x: cam.renderArea.x
                         y: cam.renderArea.y