|
1 // Copyright (c) 2002-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". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 enum |
|
17 { |
|
18 ETCamCmdPowerOn=1, |
|
19 ETCamCmdPowerOff, |
|
20 ETCamCmdViewFinder, |
|
21 ETCamCmdCaptureImage, |
|
22 ETCamCmdBurstMode, |
|
23 ETCamCmdCaptureVideo, |
|
24 ETCamCmdIncBrightness, |
|
25 ETCamCmdIncContrast, |
|
26 ETCamCmdDecBrightness, |
|
27 ETCamCmdDecContrast, |
|
28 ETCamCmdResetBrightness, |
|
29 ETCamCmdResetContrast, |
|
30 ETCamCmdIncNumBurstImages, |
|
31 ETCamCmdDecNumBurstImages, |
|
32 ETCamCmdResetNumBurstImages, |
|
33 ETCamCmdFactoryPreset, |
|
34 ETCamCmdOutdoorPreset, |
|
35 ETCamCmdOutdoorSportPreset, |
|
36 ETCamCmdFogPreset, |
|
37 ETCamCmdNightPartyIndoorPreset, |
|
38 ETCamCmdTextDocumentPreset, |
|
39 ETCamCmdImgProcIncBrightness, |
|
40 ETCamCmdImgProcDecBrightness, |
|
41 ETCamCmdImgProcIncContrast, |
|
42 ETCamCmdImgProcDecContrast, |
|
43 ETCamCmdEnableSnapshot, |
|
44 ETCamCmdDisableSnapshot |
|
45 }; |
|
46 |