DirectShow: implemented QCameraViewfinderSettingsControl2.

Change-Id: I42ed49676e2fbc7207d8fe4579ad1fc0d62df138
Reviewed-by: Christian Stromme <christian.stromme@theqtcompany.com>
This commit is contained in:
Yoann Lopes
2014-12-19 20:08:58 +01:00
parent 4e07ff99f6
commit 5a0a3791a1
7 changed files with 283 additions and 54 deletions

View File

@@ -45,7 +45,7 @@ class DSCameraSession;
class DSVideoOutputControl;
class DSVideoDeviceControl;
class DSImageCaptureControl;
class DSCameraViewfinderSettingsControl;
class DSCameraService : public QMediaService
{
@@ -65,6 +65,7 @@ private:
DSVideoDeviceControl *m_videoDevice;
QMediaControl *m_videoRenderer;
DSImageCaptureControl *m_imageCapture;
DSCameraViewfinderSettingsControl *m_viewfinderSettings;
};
QT_END_NAMESPACE