class MVtEngCameraPreferences |
Camera preferences extension API class.
Public Member Functions | |
---|---|
TInt | GetBrightness(TInt &) |
TInt | GetColorTone(TColorTone &) |
TInt | GetContrast(TInt &) |
TInt | GetSupportedColorTones(TUint32 &) |
TInt | GetSupportedWhiteBalanceModes(TUint32 &) |
TInt | GetWhiteBalance(TWhiteBalance &) |
Public Member Enumerations | |
---|---|
enum | TBrightness { EAutomaticBrightness = KMinTInt } |
enum | TColorTone { ENormal = CCamera::CCameraImageProcessing::EEffectNone, ESepia = CCamera::CCameraImageProcessing::EEffectSepia, EGrayscale = CCamera::CCameraImageProcessing::EEffectMonochrome, ENegative = CCamera::CCameraImageProcessing::EEffectNegative } |
enum | TContrasts { EAutomaticContrast = KMinTInt } |
enum | TWhiteBalance { EAuto = CCamera::EWBAuto, EDaylight = CCamera::EWBDaylight, ECloudy = CCamera::EWBCloudy, ETungsten = CCamera::EWBTungsten, EFluorescent = CCamera::EWBFluorescent, EFlash = CCamera::EWBFlash, ESnow = CCamera::EWBSnow, EBeach = CCamera::EWBBeach, EManual = CCamera::EWBManual, EShade = CCamera::EWBShade } |
TInt | GetBrightness | ( | TInt & | aBrightness | ) | const [pure virtual] |
Gets current brightness value from camera
TInt & aBrightness | reference value for current brightness |
TInt | GetColorTone | ( | TColorTone & | aColortone | ) | const [pure virtual] |
Gets current color tone value from camera
TColorTone & aColortone | reference value for current color tone |
TInt | GetContrast | ( | TInt & | aContrast | ) | const [pure virtual] |
Gets current contrast value from camera
TInt & aContrast | reference value for current brightness |
TInt | GetSupportedColorTones | ( | TUint32 & | aSupportedColorTones | ) | const [pure virtual] |
Gets all suported color tone values from camera
TUint32 & aSupportedColorTones | reference value for supported colortone values (a bit field) |
TInt | GetSupportedWhiteBalanceModes | ( | TUint32 & | aWhiteBalance | ) | const [pure virtual] |
Gets all suported whitebalance values from camera
TUint32 & aWhiteBalance | reference value for supported whitebalance values (a bit field) |
TInt | GetWhiteBalance | ( | TWhiteBalance & | aWhiteBalance | ) | const [pure virtual] |
Gets current whitebalance value from camera
TWhiteBalance & aWhiteBalance | reference value for current whitebalance |
ENormal = CCamera::CCameraImageProcessing::EEffectNone |
Normal colors. |
ESepia = CCamera::CCameraImageProcessing::EEffectSepia |
Sepial. |
EGrayscale = CCamera::CCameraImageProcessing::EEffectMonochrome |
Black and White. |
ENegative = CCamera::CCameraImageProcessing::EEffectNegative |
Inverted colors. |
EAuto = CCamera::EWBAuto |
Automatically adjusted. |
EDaylight = CCamera::EWBDaylight |
Normal daylight. |
ECloudy = CCamera::EWBCloudy |
Overcast daylight. |
ETungsten = CCamera::EWBTungsten |
Tungsten filament lighting. |
EFluorescent = CCamera::EWBFluorescent |
Fluorescent bulb lighting. |
EFlash = CCamera::EWBFlash |
Flash lighting. |
ESnow = CCamera::EWBSnow |
High contrast daylight primarily snowy. |
EBeach = CCamera::EWBBeach |
High contrast daylight primarily near the sea. |
EManual = CCamera::EWBManual |
User configurable mode. |
EShade = CCamera::EWBShade |
Shade. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.