Use zoom keys to start/stop video recording
[harmattan/cameraplus] / qml / VideoPage.qml
index 147e66a..8c0c264 100644 (file)
@@ -55,6 +55,11 @@ CameraPage {
                 openFileNow("RecordingPage.qml");
         }
 
                 openFileNow("RecordingPage.qml");
         }
 
+        ZoomCaptureButton {
+                page: page
+                onReleased: page.startRecording();
+        }
+
         CaptureButton {
                 id: recording
                 anchors.right: parent.right
         CaptureButton {
                 id: recording
                 anchors.right: parent.right