summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow/camera/dscameraservice.h
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2015-11-08 18:34:01 +0300
committerYoann Lopes <yoann.lopes@theqtcompany.com>2015-12-01 13:00:26 +0000
commit7f0459885991d56307cd79d94ad932ecd3df0666 (patch)
treeffc6d13415884063dc41e5e4dacf0cc96c83a4cb /src/plugins/directshow/camera/dscameraservice.h
parent1950765b655307fd138f4c48e54d8932c734fbee (diff)
DirectShow: Implement basic QCameraImageProcessingControl interface
This commit implements the contrast, saturation, brightness and sharpening adjustments, using DirectShow backend. Change-Id: I438595550ff804f2a20028b4bc020c566d309127 Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
Diffstat (limited to 'src/plugins/directshow/camera/dscameraservice.h')
-rw-r--r--src/plugins/directshow/camera/dscameraservice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/directshow/camera/dscameraservice.h b/src/plugins/directshow/camera/dscameraservice.h
index c3c881d0e..05222ebc4 100644
--- a/src/plugins/directshow/camera/dscameraservice.h
+++ b/src/plugins/directshow/camera/dscameraservice.h
@@ -46,6 +46,7 @@ class DSVideoOutputControl;
class DSVideoDeviceControl;
class DSImageCaptureControl;
class DSCameraViewfinderSettingsControl;
+class DSCameraImageProcessingControl;
class DSCameraService : public QMediaService
{
@@ -66,6 +67,7 @@ private:
QMediaControl *m_videoRenderer;
DSImageCaptureControl *m_imageCapture;
DSCameraViewfinderSettingsControl *m_viewfinderSettings;
+ DSCameraImageProcessingControl *m_imageProcessingControl;
};
QT_END_NAMESPACE