sl@0: // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: /** sl@0: @file sl@0: @internalTechnology sl@0: @released sl@0: */ sl@0: #ifndef ECAM_DEF_H sl@0: #define ECAM_DEF_H sl@0: sl@0: #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS sl@0: #include sl@0: #include sl@0: #endif sl@0: /** sl@0: Viewfinder fading effect has been set. sl@0: This event should be packed in TECAMEvent2 class. sl@0: sl@0: Note: TECAMEvent2::iParam represents viewfinder handle. sl@0: sl@0: @internalTechnology sl@0: */ sl@0: static const TUid KUidECamEvent2ViewFinderFadingEffect = {KUidECamEvent2ViewFinderFadingEffectUidValue}; sl@0: sl@0: /** sl@0: Event providing focussing feedback. The focussing feedback will be provided whenever the focussing state changes for the sl@0: selected spot combination. sl@0: This event should be packed in TECAMEvent2 class. sl@0: Note: TECAMEvent2::iParam represents bitfield of chosen spots which are in focus. sl@0: Note: TECAMEvent2::iParam1 represents bitfield of chosen spots which are not in focus. sl@0: sl@0: @internalTechnology sl@0: */ sl@0: static const TUid KECamEvent2ImageCaptureControlFocussingInformation = {KECamEvent2ImageCaptureControlFocussingInformationUidValue}; sl@0: sl@0: /** sl@0: Focussing spot combination. This event tells about completion of the setting operation for the spot combination. sl@0: This event should be packed in TECAMEvent2 class. sl@0: sl@0: @note static_cast(TECAMEvent2::iParam) represents the focus mode for sl@0: which the spot combination has to be set for receiving focussing feedback. sl@0: sl@0: @internalTechnology sl@0: */ sl@0: static const TUid KUidECamEvent2ImageCaptureControlSpotCombination = {KUidECamEvent2ImageCaptureControlSpotCombinationUidValue}; sl@0: sl@0: /** sl@0: Viewfinder magnification has been set. sl@0: This event should be packed in TECAMEvent2 class. sl@0: sl@0: Note: TECAMEvent2::iParam represents viewfinder handle. sl@0: sl@0: @internalTechnology sl@0: */ sl@0: static const TUid KUidECamEvent2ViewFinderMagnification = {KUidECamEvent2ViewFinderMagnificationUidValue}; sl@0: sl@0: /** sl@0: Notifies the current camera reserver that the camera control will be forcefully overtaken by another requesting client sl@0: after a specific time interval. sl@0: sl@0: This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L(): sl@0: void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray& aSettings) const; sl@0: void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray& aActiveSettings) const; sl@0: void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray& aDisabledSettings) const; sl@0: sl@0: @note TTimeIntervalMicroSeconds32(TECAMEvent2::iParam) represents the maximum time to wait. sl@0: TECAMEvent2::iParam needs to be passed as argument in order to construct the TTimeIntervalMicroSeconds32 object. sl@0: sl@0: Note: TECAMEvent2::iParam1 represents the priority of the requestor client to whom the camera control will be forcibly sl@0: passed after a specific time interval. sl@0: sl@0: @internalTechnology sl@0: */ sl@0: static const TUid KUidECamEvent2CameraRequestForcedTimedTakeOver = {KUidECamEvent2CameraRequestForcedTimedTakeOverUidValue}; sl@0: sl@0: /** sl@0: Notifies the current camera reserver that another client is requesting for camera control in a specific time interval. sl@0: sl@0: This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L(): sl@0: void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray& aSettings) const; sl@0: void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray& aActiveSettings) const; sl@0: void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray& aDisabledSettings) const; sl@0: sl@0: @note TTimeIntervalMicroSeconds32(TECAMEvent2::iParam) represents the maximum requested time within which the current sl@0: reserver may release the camera if it wishes to do so. sl@0: TECAMEvent2::iParam needs to be passed as argument in order to construct the TTimeIntervalMicroSeconds32 object. sl@0: sl@0: Note: TECAMEvent2::iParam1 represents the priority of the requestor client to whom the camera control will be passed sl@0: should the current reserver wish to do so. sl@0: sl@0: @internalTechnology sl@0: */ sl@0: static const TUid KUidECamEvent2CameraRequestTimedTakeOver = {KUidECamEvent2CameraRequestTimedTakeOverUidValue}; sl@0: sl@0: /** sl@0: Notifies the manual gain setting completion for the particular channel. sl@0: sl@0: This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L(): sl@0: void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray& aSettings) const; sl@0: void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray& aActiveSettings) const; sl@0: void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray& aDisabledSettings) const; sl@0: sl@0: Note: TECAMEvent2::iParam represents the specific channel for which the manual gain value has been set. sl@0: sl@0: @internalTechnology sl@0: */ sl@0: static const TUid KUidECamEvent2CameraSettingManualGain = {KUidECamEvent2CameraSettingManualGainUidValue}; sl@0: sl@0: /** sl@0: Retrieves the optimal focussing feedback while using manual focus. This will be issued as a result of setting operation sl@0: CCamera::CCameraAdvancedSettings::SetFocusDistance(TInt aDistance). sl@0: sl@0: This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L(): sl@0: void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray& aSettings) const; sl@0: void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray& aActiveSettings) const; sl@0: void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray& aDisabledSettings) const; sl@0: sl@0: @note If TECAMEvent2::iParam > 1, information is unavailable; if TECAMEvent2::iParam < 0, error case. sl@0: Otherwise, static_cast(TECAMEvent2::iParam) retrieves whether optimal focussing has been achieved or not. sl@0: sl@0: @internalTechnology sl@0: */ sl@0: static const TUid KUidECamEvent2CameraSettingFocusDistance = {KUidECamEvent2CameraSettingFocusDistanceUidValue}; sl@0: sl@0: /** sl@0: Instructs the client to change its priority in order to allow the legacy client to get hold of the camera. Client should sl@0: restore their priority when they receive the notification 'KUidECamEventCameraSettingRestoreClientPriority'. sl@0: sl@0: This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L(): sl@0: void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray& aSettings) const; sl@0: void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray& aActiveSettings) const; sl@0: void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray& aDisabledSettings) const; sl@0: sl@0: Note: TECAMEvent2::iParam represents the target priority to which the client should set itself using the method SetClientPriorityL() sl@0: sl@0: @internalTechnology sl@0: */ sl@0: static const TUid KUidECamEvent2CameraSettingChangeClientPriority = {KUidECamEvent2CameraSettingChangeClientPriorityUidValue}; sl@0: sl@0: /** sl@0: Event indicating image enhancement setting has been applied. sl@0: This event should be packed in TECAMEvent2 class. sl@0: sl@0: Note: TECAMEvent2::iParam represents viewfinder handle. sl@0: sl@0: @internalTechnology sl@0: */ sl@0: static const TUid KUidECamEvent2ViewFinderImageEnhancement = {KUidECamEvent2ViewFinderImageEnhancementUidValue}; sl@0: sl@0: #endif // ECAM_DEF_H