Use zoom keys to start/stop video recording
[harmattan/cameraplus] / qml / RecordingPage.qml
index e40830f..3dffe72 100644 (file)
@@ -100,6 +100,11 @@ CameraPage {
                 }
         }
 
+        ZoomCaptureButton {
+                page: page
+                onReleased: page.stopRecording();
+        }
+
         CaptureButton {
                 id: recording
                 anchors.right: parent.right