summaryrefslogtreecommitdiffstats
path: root/basicsuite
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite')
-rw-r--r--basicsuite/camera/Controls.qml2
-rw-r--r--basicsuite/camera/main.qml3
2 files changed, 4 insertions, 1 deletions
diff --git a/basicsuite/camera/Controls.qml b/basicsuite/camera/Controls.qml
index 64f95bb..52b4206 100644
--- a/basicsuite/camera/Controls.qml
+++ b/basicsuite/camera/Controls.qml
@@ -134,6 +134,7 @@ Item {
}
CameraSetting {
+ visible: false // ### not functional in 5.5.0
id: expCompControl
title: "EV"
model: ListModel {
@@ -188,6 +189,7 @@ Item {
}
CaptureControl {
+ visible: false // ### not functional in 5.5.0
id: captureControl
anchors.verticalCenter: parent.verticalCenter
anchors.right: parent.right
diff --git a/basicsuite/camera/main.qml b/basicsuite/camera/main.qml
index cb36028..2c68c61 100644
--- a/basicsuite/camera/main.qml
+++ b/basicsuite/camera/main.qml
@@ -67,7 +67,8 @@ Rectangle {
property bool updateFocusPointMode: true
property bool captureWhenLocked: false
- Component.onCompleted: cameraUtils.setCamera(camera)
+ // ### breaks in 5.5.0
+ // Component.onCompleted: cameraUtils.setCamera(camera)
digitalZoom: controls.requestedZoom
captureMode: Camera.CaptureStillImage