summaryrefslogtreecommitdiffstats
path: root/src/plugins/avfoundation/camera/avfcamerasession.h
diff options
context:
space:
mode:
authorYoann Lopes <yoann.lopes@theqtcompany.com>2016-03-10 11:47:24 +0100
committerYoann Lopes <yoann.lopes@qt.io>2016-06-13 13:20:57 +0000
commitaf5e0d04852e5efc1ebd9d099f3906bc66a62338 (patch)
tree02544344ef17baae0b24a9d5f38091ca00f7f721 /src/plugins/avfoundation/camera/avfcamerasession.h
parentc6a8c2c846e8f4305aca05be662172e55d5fb674 (diff)
AVFoundation: re-apply viewfinder settings on mode changes.
Since the active viewfinder resolution can be overridden by the image and video capture resolutions, we need to re-evaluate the viewfinder settings whenever the capture mode changes. Change-Id: Ibdb7a070585cf67ebb2fcfb95ccbdd105f5f41cf Reviewed-by: Christian Stromme <christian.stromme@qt.io>
Diffstat (limited to 'src/plugins/avfoundation/camera/avfcamerasession.h')
-rw-r--r--src/plugins/avfoundation/camera/avfcamerasession.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/avfoundation/camera/avfcamerasession.h b/src/plugins/avfoundation/camera/avfcamerasession.h
index 13a8a35c5..f42f84582 100644
--- a/src/plugins/avfoundation/camera/avfcamerasession.h
+++ b/src/plugins/avfoundation/camera/avfcamerasession.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd.
+** Copyright (C) 2016 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Toolkit.
@@ -93,6 +93,8 @@ public Q_SLOTS:
void processSessionStarted();
void processSessionStopped();
+ void onCaptureModeChanged(QCamera::CaptureModes mode);
+
void onCameraFrameFetched(const QVideoFrame &frame);
Q_SIGNALS: