os/mm/imagingandcamerafws/camerafw/Include/ecamdef.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
//
sl@0
    15
sl@0
    16
/**
sl@0
    17
 @file
sl@0
    18
 @internalTechnology
sl@0
    19
 @released
sl@0
    20
*/
sl@0
    21
#ifndef ECAM_DEF_H
sl@0
    22
#define ECAM_DEF_H
sl@0
    23
sl@0
    24
#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
sl@0
    25
#include <ecamuidsconst.hrh>
sl@0
    26
#include <ecamuidsdef.hrh>
sl@0
    27
#endif
sl@0
    28
/** 
sl@0
    29
Viewfinder fading effect has been set.
sl@0
    30
This event should be packed in TECAMEvent2 class.
sl@0
    31
sl@0
    32
Note: TECAMEvent2::iParam represents viewfinder handle.
sl@0
    33
sl@0
    34
@internalTechnology
sl@0
    35
*/
sl@0
    36
static const TUid KUidECamEvent2ViewFinderFadingEffect = {KUidECamEvent2ViewFinderFadingEffectUidValue};
sl@0
    37
				   
sl@0
    38
/** 
sl@0
    39
Event providing focussing feedback. The focussing feedback will be provided whenever the focussing state changes for the
sl@0
    40
selected spot combination. 
sl@0
    41
This event should be packed in TECAMEvent2 class.
sl@0
    42
Note: TECAMEvent2::iParam represents bitfield of chosen spots which are in focus.
sl@0
    43
Note: TECAMEvent2::iParam1 represents bitfield of chosen spots which are not in focus.
sl@0
    44
sl@0
    45
@internalTechnology
sl@0
    46
*/
sl@0
    47
static const TUid  KECamEvent2ImageCaptureControlFocussingInformation = {KECamEvent2ImageCaptureControlFocussingInformationUidValue};
sl@0
    48
sl@0
    49
/** 
sl@0
    50
Focussing spot combination. This event tells about completion of the setting operation for the spot combination.
sl@0
    51
This event should be packed in TECAMEvent2 class.
sl@0
    52
sl@0
    53
@note  static_cast<CCamera::CCameraAdvancedSettings::TFocusMode>(TECAMEvent2::iParam) represents the focus mode for 
sl@0
    54
	   which the spot combination has to be set for receiving focussing feedback.
sl@0
    55
sl@0
    56
@internalTechnology
sl@0
    57
*/
sl@0
    58
static const TUid KUidECamEvent2ImageCaptureControlSpotCombination = {KUidECamEvent2ImageCaptureControlSpotCombinationUidValue};
sl@0
    59
sl@0
    60
/** 
sl@0
    61
Viewfinder magnification has been set.
sl@0
    62
This event should be packed in TECAMEvent2 class.
sl@0
    63
sl@0
    64
Note: TECAMEvent2::iParam represents viewfinder handle.
sl@0
    65
sl@0
    66
@internalTechnology
sl@0
    67
*/
sl@0
    68
static const TUid KUidECamEvent2ViewFinderMagnification = {KUidECamEvent2ViewFinderMagnificationUidValue};
sl@0
    69
sl@0
    70
/**
sl@0
    71
Notifies the current camera reserver that the camera control will be forcefully overtaken by another requesting client 
sl@0
    72
after a specific time interval.
sl@0
    73
sl@0
    74
This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
sl@0
    75
void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
sl@0
    76
void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
sl@0
    77
void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
sl@0
    78
sl@0
    79
@note   TTimeIntervalMicroSeconds32(TECAMEvent2::iParam) represents the maximum time to wait. 
sl@0
    80
		TECAMEvent2::iParam needs to be passed as argument in order to construct the TTimeIntervalMicroSeconds32 object.
sl@0
    81
sl@0
    82
Note: TECAMEvent2::iParam1 represents the priority of the requestor client to whom the camera control will be forcibly 
sl@0
    83
passed after a specific time interval.
sl@0
    84
sl@0
    85
@internalTechnology
sl@0
    86
*/
sl@0
    87
static const TUid KUidECamEvent2CameraRequestForcedTimedTakeOver = {KUidECamEvent2CameraRequestForcedTimedTakeOverUidValue};
sl@0
    88
sl@0
    89
/**
sl@0
    90
Notifies the current camera reserver that another client is requesting for camera control in a specific time interval.
sl@0
    91
sl@0
    92
This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
sl@0
    93
void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
sl@0
    94
void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
sl@0
    95
void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
sl@0
    96
sl@0
    97
@note   TTimeIntervalMicroSeconds32(TECAMEvent2::iParam) represents the maximum requested time within which the current 
sl@0
    98
		reserver may release the camera if it wishes to do so.
sl@0
    99
		TECAMEvent2::iParam needs to be passed as argument in order to construct the TTimeIntervalMicroSeconds32 object.
sl@0
   100
sl@0
   101
Note: TECAMEvent2::iParam1 represents the priority of the requestor client to whom the camera control will be passed 
sl@0
   102
should the current reserver wish to do so.
sl@0
   103
sl@0
   104
@internalTechnology
sl@0
   105
*/
sl@0
   106
static const TUid KUidECamEvent2CameraRequestTimedTakeOver = {KUidECamEvent2CameraRequestTimedTakeOverUidValue};
sl@0
   107
sl@0
   108
/**
sl@0
   109
Notifies the manual gain setting completion for the particular channel.
sl@0
   110
sl@0
   111
This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
sl@0
   112
void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
sl@0
   113
void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
sl@0
   114
void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
sl@0
   115
sl@0
   116
Note: TECAMEvent2::iParam represents the specific channel for which the manual gain value has been set.
sl@0
   117
sl@0
   118
@internalTechnology
sl@0
   119
*/
sl@0
   120
static const TUid KUidECamEvent2CameraSettingManualGain = {KUidECamEvent2CameraSettingManualGainUidValue};
sl@0
   121
sl@0
   122
/**
sl@0
   123
Retrieves the optimal focussing feedback while using manual focus. This will be issued as a result of setting operation
sl@0
   124
CCamera::CCameraAdvancedSettings::SetFocusDistance(TInt aDistance).
sl@0
   125
sl@0
   126
This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
sl@0
   127
void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
sl@0
   128
void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
sl@0
   129
void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
sl@0
   130
sl@0
   131
@note   If TECAMEvent2::iParam > 1, information is unavailable; if TECAMEvent2::iParam < 0, error case. 
sl@0
   132
		Otherwise, static_cast<TBool>(TECAMEvent2::iParam) retrieves whether optimal focussing has been achieved or not.
sl@0
   133
sl@0
   134
@internalTechnology
sl@0
   135
*/
sl@0
   136
static const TUid KUidECamEvent2CameraSettingFocusDistance = {KUidECamEvent2CameraSettingFocusDistanceUidValue};
sl@0
   137
sl@0
   138
/**
sl@0
   139
Instructs the client to change its priority in order to allow the legacy client to get hold of the camera. Client should
sl@0
   140
restore their priority when they receive the notification 'KUidECamEventCameraSettingRestoreClientPriority'.
sl@0
   141
sl@0
   142
This TUid is available from the following methods only to the API clients using CCamera::New2L() or CCamera::NewDuplicate2L():
sl@0
   143
void CCamera::CCameraAdvancedSettings::GetSupportedSettingsL(RArray<TUid>& aSettings) const;
sl@0
   144
void CCamera::CCameraAdvancedSettings::GetActiveSettingsL(RArray<TUid>& aActiveSettings) const;
sl@0
   145
void CCamera::CCameraAdvancedSettings::GetDisabledSettingsL(RArray<TUid>& aDisabledSettings) const;
sl@0
   146
sl@0
   147
Note: TECAMEvent2::iParam represents the target priority to which the client should set itself using the method SetClientPriorityL()
sl@0
   148
sl@0
   149
@internalTechnology
sl@0
   150
*/
sl@0
   151
static const TUid KUidECamEvent2CameraSettingChangeClientPriority  = {KUidECamEvent2CameraSettingChangeClientPriorityUidValue};
sl@0
   152
sl@0
   153
/** 
sl@0
   154
Event indicating image enhancement setting has been applied. 
sl@0
   155
This event should be packed in TECAMEvent2 class.
sl@0
   156
sl@0
   157
Note: TECAMEvent2::iParam represents viewfinder handle.
sl@0
   158
sl@0
   159
@internalTechnology
sl@0
   160
*/
sl@0
   161
static const TUid KUidECamEvent2ViewFinderImageEnhancement = {KUidECamEvent2ViewFinderImageEnhancementUidValue};
sl@0
   162
	
sl@0
   163
#endif // ECAM_DEF_H