summaryrefslogtreecommitdiffstats
path: root/src/multimedia/camera/qcameraexposure.h
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den.exter@jollamobile.com>2014-06-30 05:59:10 +0000
committerYoann Lopes <yoann.lopes@theqtcompany.com>2014-11-28 16:41:30 +0100
commit4bdf1561f46e85b14665b38804410340ffe1820b (patch)
treee20a14233ff504ca78fdbf700e182ca1b85cee1d /src/multimedia/camera/qcameraexposure.h
parent25ad679c254766a3ac0bf3925232052941485442 (diff)
Add additional exposure modes to QCameraExposure.
[ChangeLog][GStreamer][Android] Camera exposure mode extended to support Action, Landscape, NightPortrait, Theatre, Sunset, SteadyPhoto, Fireworks, Party, Candlelight, and Barcode modes. Change-Id: I13d4bb042d27c0bd2ffcd369882b56bbabc84335 Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
Diffstat (limited to 'src/multimedia/camera/qcameraexposure.h')
-rw-r--r--src/multimedia/camera/qcameraexposure.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/multimedia/camera/qcameraexposure.h b/src/multimedia/camera/qcameraexposure.h
index 92eee6fda..bb51fb62d 100644
--- a/src/multimedia/camera/qcameraexposure.h
+++ b/src/multimedia/camera/qcameraexposure.h
@@ -85,6 +85,16 @@ public:
ExposureBeach = 8,
ExposureLargeAperture = 9,
ExposureSmallAperture = 10,
+ ExposureAction = 11,
+ ExposureLandscape = 12,
+ ExposureNightPortrait = 13,
+ ExposureTheatre = 14,
+ ExposureSunset = 15,
+ ExposureSteadyPhoto = 16,
+ ExposureFireworks = 17,
+ ExposureParty = 18,
+ ExposureCandlelight = 19,
+ ExposureBarcode = 20,
ExposureModeVendor = 1000
};