Update contrib.
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
21 #ifndef ECAMCAPTURECONTROL_CONST_H
22 #define ECAMCAPTURECONTROL_CONST_H
23 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
24 #include <ecamadvsettingsuidsdef.hrh>
27 Maximum number of possible focussing spots
31 static const TInt KMaxNumberOfFocusSpots = sizeof(TUint) * 8;
34 Constant used to provide maximum number of total sub-frames which would re-construct the image properly.
38 static const TInt KECamMaxTotalSubFrames = 1024;
41 The current Version of the TImageBufferInfo class.
45 static const TUint KECamImageBufferInfoCurrentVersion = 1;
48 Notification that streamed image and hence sub-frames scheme has been enabled.
52 static const TUid KUidECamEventImageCaptureControlEnableSubFrames = {KUidECamEventImageCaptureControlEnableSubFramesUidValue};
55 Notification that streamed image and hence sub-frames scheme has been disabled.
59 static const TUid KUidECamEventImageCaptureControlDisableSubFrames = {KUidECamEventImageCaptureControlDisableSubFramesUidValue};
62 Notifies the client about the setting of color space. Camera will print or capture images in given color space.
66 static const TUid KUidECamEventImageCaptureControlColorSpace = {KUidECamEventImageCaptureControlColorSpaceUidValue};
69 Notifies the client that pano mode has been started.
73 static const TUid KUidECamEventImageCaptureControlStartPanoMode = {KUidECamEventImageCaptureControlStartPanoModeUidValue};
76 Notifies the client about the setting of Panorama direction.
80 static const TUid KUidECamEventImageCaptureControlPanoDirection = {KUidECamEventImageCaptureControlPanoDirectionUidValue};
83 Notification informing that some of the embedded still capture settings have failed.
84 To retrieve the list of failed embedded still capture settings, client should use GetFailedEmbeddedStillCaptureSettingsL()
88 static const TUid KUidECamEventFailedEmbeddedStillCaptureSetting = {KUidECamEventFailedEmbeddedStillCaptureSettingUidValue};
91 Notifies the setting of fading effect for the video captured frames.
95 static const TUid KUidECamEventVideoCaptureControlFadingEffect = {KUidECamEventVideoCaptureControlFadingEffectUidValue};
98 Conversion Coefficient setting
102 static const TUid KUidECamEventVideoCaptureControlConversionCoefficient = {KUidECamEventVideoCaptureControlConversionCoefficientUidValue};
105 #endif //ECAMCAPTURECONTROL_CONST_H