|
1 /* |
|
2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Resource definitions for the Camera Application* |
|
15 */ |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 //---------------------------------------------------- |
|
22 // |
|
23 // r_cam_photo_scene_night |
|
24 // Data for the photo scene night settings |
|
25 // |
|
26 //---------------------------------------------------- |
|
27 // |
|
28 RESOURCE CAM_SCENE_SETTING_DATA r_cam_photo_scene_night |
|
29 { |
|
30 scene_item_id = ECamSceneNight; |
|
31 settings_items = |
|
32 { |
|
33 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
34 { |
|
35 id = ECamSettingItemSceneAEMode; |
|
36 default = ECamSceneAEModeNight; |
|
37 }, |
|
38 |
|
39 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
40 { |
|
41 id = ECamSettingItemSceneAWBMode; |
|
42 default = ECamWhiteBalanceAWB; |
|
43 }, |
|
44 |
|
45 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
46 { |
|
47 id = ECamSettingItemSceneAFMode; |
|
48 default = ECamSceneAFModeNormal; |
|
49 }, |
|
50 |
|
51 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
52 { |
|
53 id = ECamSettingItemSceneFlashMode; |
|
54 default = ECamFlashOff; |
|
55 }, |
|
56 |
|
57 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
58 { |
|
59 id = ECamSettingItemSceneMaxRes; |
|
60 default = ECamImageQualityPrint3m; |
|
61 }, |
|
62 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
63 { |
|
64 id = ECamSettingItemSceneSharpness; |
|
65 default = ECamImageSharpnessNorm; |
|
66 }, |
|
67 |
|
68 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
69 { |
|
70 id = ECamSettingItemSceneContrast; |
|
71 default = ECamContrastNorm; |
|
72 } |
|
73 }; |
|
74 } |
|
75 |
|
76 //---------------------------------------------------- |
|
77 // |
|
78 // r_cam_photo_scene_macro |
|
79 // Data for the photo scene macro settings |
|
80 // |
|
81 //---------------------------------------------------- |
|
82 // |
|
83 RESOURCE CAM_SCENE_SETTING_DATA r_cam_photo_scene_macro |
|
84 { |
|
85 scene_item_id = ECamSceneMacro; |
|
86 settings_items = |
|
87 { |
|
88 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
89 { |
|
90 id = ECamSettingItemSceneAEMode; |
|
91 default = ECamSceneAEModeAuto; |
|
92 }, |
|
93 |
|
94 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
95 { |
|
96 id = ECamSettingItemSceneAWBMode; |
|
97 default = ECamWhiteBalanceAWB; |
|
98 }, |
|
99 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
100 { |
|
101 id = ECamSettingItemSceneAFMode; |
|
102 default = ECamSceneAFModeMacro; |
|
103 }, |
|
104 |
|
105 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
106 { |
|
107 id = ECamSettingItemSceneFlashMode; |
|
108 default = ECamFlashAuto; |
|
109 }, |
|
110 |
|
111 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
112 { |
|
113 id = ECamSettingItemSceneMaxRes; |
|
114 default = ECamImageQualityPrint3m; |
|
115 }, |
|
116 |
|
117 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
118 { |
|
119 id = ECamSettingItemSceneSharpness; |
|
120 default = ECamImageSharpnessNorm; |
|
121 }, |
|
122 |
|
123 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
124 { |
|
125 id = ECamSettingItemSceneContrast; |
|
126 default = ECamContrastNorm; |
|
127 } |
|
128 }; |
|
129 } |
|
130 |
|
131 //---------------------------------------------------- |
|
132 // |
|
133 // r_cam_photo_scene_auto |
|
134 // Data for the photo scene macro settings |
|
135 // |
|
136 //---------------------------------------------------- |
|
137 // |
|
138 RESOURCE CAM_SCENE_SETTING_DATA r_cam_photo_scene_auto |
|
139 { |
|
140 scene_item_id = ECamSceneAuto; |
|
141 settings_items = |
|
142 { |
|
143 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
144 { |
|
145 id = ECamSettingItemSceneAEMode; |
|
146 default = ECamSceneAEModeAuto; |
|
147 }, |
|
148 |
|
149 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
150 { |
|
151 id = ECamSettingItemSceneAWBMode; |
|
152 default = ECamWhiteBalanceAWB; |
|
153 }, |
|
154 |
|
155 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
156 { |
|
157 id = ECamSettingItemSceneAFMode; |
|
158 default = ECamSceneAFModeNormal; |
|
159 }, |
|
160 |
|
161 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
162 { |
|
163 id = ECamSettingItemSceneFlashMode; |
|
164 default = ECamFlashAuto; |
|
165 }, |
|
166 |
|
167 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
168 { |
|
169 id = ECamSettingItemSceneMaxRes; |
|
170 default = ECamImageQualityPrint3m; |
|
171 }, |
|
172 |
|
173 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
174 { |
|
175 id = ECamSettingItemSceneSharpness; |
|
176 default = ECamImageSharpnessNorm; |
|
177 }, |
|
178 |
|
179 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
180 { |
|
181 id = ECamSettingItemSceneContrast; |
|
182 default = ECamContrastNorm; |
|
183 } |
|
184 |
|
185 }; |
|
186 } |
|
187 |
|
188 //---------------------------------------------------- |
|
189 // |
|
190 // r_cam_photo_scene_scenery |
|
191 // Data for the photo scene scenery settings |
|
192 // |
|
193 //---------------------------------------------------- |
|
194 // |
|
195 RESOURCE CAM_SCENE_SETTING_DATA r_cam_photo_scene_scenery |
|
196 { |
|
197 scene_item_id = ECamSceneScenery; |
|
198 settings_items = |
|
199 { |
|
200 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
201 { |
|
202 id = ECamSettingItemSceneAEMode; |
|
203 default = ECamSceneAEModeAuto; |
|
204 }, |
|
205 |
|
206 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
207 { |
|
208 id = ECamSettingItemSceneAWBMode; |
|
209 default = ECamWhiteBalanceDaylight; |
|
210 }, |
|
211 |
|
212 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
213 { |
|
214 id = ECamSettingItemSceneAFMode; |
|
215 default = ECamSceneAFModeInfinity; |
|
216 }, |
|
217 |
|
218 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
219 { |
|
220 id = ECamSettingItemSceneFlashMode; |
|
221 default = ECamFlashOff; |
|
222 }, |
|
223 |
|
224 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
225 { |
|
226 id = ECamSettingItemSceneMaxRes; |
|
227 default = ECamImageQualityPrint3m; |
|
228 }, |
|
229 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
230 { |
|
231 id = ECamSettingItemSceneSharpness; |
|
232 default = ECamImageSharpnessHard; |
|
233 }, |
|
234 |
|
235 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
236 { |
|
237 id = ECamSettingItemSceneContrast; |
|
238 default = ECamContrastNorm; |
|
239 } |
|
240 }; |
|
241 } |
|
242 |
|
243 //---------------------------------------------------- |
|
244 // |
|
245 // r_cam_photo_scene_sports |
|
246 // Data for the photo scene sports settings |
|
247 // |
|
248 //---------------------------------------------------- |
|
249 // |
|
250 RESOURCE CAM_SCENE_SETTING_DATA r_cam_photo_scene_sports |
|
251 { |
|
252 scene_item_id = ECamSceneSports; |
|
253 settings_items = |
|
254 { |
|
255 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
256 { |
|
257 id = ECamSettingItemSceneAEMode; |
|
258 default = ECamSceneAEModeSports; |
|
259 }, |
|
260 |
|
261 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
262 { |
|
263 id = ECamSettingItemSceneAWBMode; |
|
264 default = ECamWhiteBalanceAWB; |
|
265 }, |
|
266 |
|
267 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
268 { |
|
269 id = ECamSettingItemSceneAFMode; |
|
270 default = ECamSceneAFModeHyperfocal; |
|
271 }, |
|
272 |
|
273 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
274 { |
|
275 id = ECamSettingItemSceneFlashMode; |
|
276 default = ECamFlashOff; |
|
277 }, |
|
278 |
|
279 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
280 { |
|
281 id = ECamSettingItemSceneMaxRes; |
|
282 default = ECamImageQualityPrint3m; |
|
283 }, |
|
284 |
|
285 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
286 { |
|
287 id = ECamSettingItemSceneSharpness; |
|
288 default = ECamImageSharpnessNorm; |
|
289 }, |
|
290 |
|
291 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
292 { |
|
293 id = ECamSettingItemSceneContrast; |
|
294 default = ECamContrastNorm; |
|
295 } |
|
296 }; |
|
297 } |
|
298 |
|
299 //---------------------------------------------------- |
|
300 // |
|
301 // r_cam_photo_scene_portrait |
|
302 // Data for the photo scene portrait settings |
|
303 // |
|
304 //---------------------------------------------------- |
|
305 // |
|
306 RESOURCE CAM_SCENE_SETTING_DATA r_cam_photo_scene_portrait |
|
307 { |
|
308 scene_item_id = ECamScenePortrait; |
|
309 settings_items = |
|
310 { |
|
311 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
312 { |
|
313 id = ECamSettingItemSceneAEMode; |
|
314 default = ECamSceneAEModeBacklight; |
|
315 }, |
|
316 |
|
317 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
318 { |
|
319 id = ECamSettingItemSceneAWBMode; |
|
320 default = ECamWhiteBalanceAWB; |
|
321 }, |
|
322 |
|
323 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
324 { |
|
325 id = ECamSettingItemSceneAFMode; |
|
326 default = ECamSceneAFModeNormal; |
|
327 }, |
|
328 |
|
329 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
330 { |
|
331 id = ECamSettingItemSceneFlashMode; |
|
332 default = ECamFlashAntiRedEye; |
|
333 }, |
|
334 |
|
335 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
336 { |
|
337 id = ECamSettingItemSceneMaxRes; |
|
338 default = ECamImageQualityPrint3m; |
|
339 }, |
|
340 |
|
341 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
342 { |
|
343 id = ECamSettingItemSceneSharpness; |
|
344 default = ECamImageSharpnessSoft; |
|
345 }, |
|
346 |
|
347 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
348 { |
|
349 id = ECamSettingItemSceneContrast; |
|
350 default = ECamContrastNorm; |
|
351 } |
|
352 }; |
|
353 } |
|
354 |
|
355 //---------------------------------------------------- |
|
356 // |
|
357 // r_cam_photo_scene_night_landscape |
|
358 // Data for the photo scene night landscape settings |
|
359 // |
|
360 //---------------------------------------------------- |
|
361 // |
|
362 RESOURCE CAM_SCENE_SETTING_DATA r_cam_photo_scene_night_landscape |
|
363 { |
|
364 scene_item_id = ECamSceneNightScenery; |
|
365 settings_items = |
|
366 { |
|
367 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
368 { |
|
369 id = ECamSettingItemSceneAEMode; |
|
370 default = ECamSceneAEModeAuto; |
|
371 }, |
|
372 |
|
373 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
374 { |
|
375 id = ECamSettingItemSceneAWBMode; |
|
376 default = ECamWhiteBalanceAWB; |
|
377 }, |
|
378 |
|
379 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
380 { |
|
381 id = ECamSettingItemSceneAFMode; |
|
382 default = ECamSceneAFModeNormal; |
|
383 }, |
|
384 |
|
385 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
386 { |
|
387 id = ECamSettingItemSceneFlashMode; |
|
388 default = ECamFlashOff; |
|
389 }, |
|
390 |
|
391 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
392 { |
|
393 id = ECamSettingItemSceneMaxRes; |
|
394 default = ECamImageQualityPrint3m; |
|
395 }, |
|
396 |
|
397 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
398 { |
|
399 id = ECamSettingItemSceneSharpness; |
|
400 default = ECamImageSharpnessNorm; |
|
401 }, |
|
402 |
|
403 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
404 { |
|
405 id = ECamSettingItemSceneContrast; |
|
406 default = ECamContrastNorm; |
|
407 } |
|
408 }; |
|
409 } |
|
410 |
|
411 //---------------------------------------------------- |
|
412 // |
|
413 // r_cam_photo_scene_night_portrait |
|
414 // Data for the photo scene night portrait settings |
|
415 // |
|
416 //---------------------------------------------------- |
|
417 // |
|
418 RESOURCE CAM_SCENE_SETTING_DATA r_cam_photo_scene_night_portrait |
|
419 { |
|
420 scene_item_id = ECamSceneNightPortrait; |
|
421 settings_items = |
|
422 { |
|
423 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
424 { |
|
425 id = ECamSettingItemSceneAEMode; |
|
426 default = ECamSceneAEModeNight; |
|
427 }, |
|
428 |
|
429 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
430 { |
|
431 id = ECamSettingItemSceneAWBMode; |
|
432 default = ECamWhiteBalanceAWB; |
|
433 }, |
|
434 |
|
435 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
436 { |
|
437 id = ECamSettingItemSceneAFMode; |
|
438 default = ECamSceneAFModeNormal; |
|
439 }, |
|
440 |
|
441 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
442 { |
|
443 id = ECamSettingItemSceneFlashMode; |
|
444 default = ECamFlashAntiRedEye; |
|
445 }, |
|
446 |
|
447 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
448 { |
|
449 id = ECamSettingItemSceneMaxRes; |
|
450 default = ECamImageQualityPrint3m; |
|
451 }, |
|
452 |
|
453 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
454 { |
|
455 id = ECamSettingItemSceneSharpness; |
|
456 default = ECamImageSharpnessNorm; |
|
457 }, |
|
458 |
|
459 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
460 { |
|
461 id = ECamSettingItemSceneContrast; |
|
462 default = ECamContrastNorm; |
|
463 } |
|
464 }; |
|
465 } |
|
466 |
|
467 //---------------------------------------------------- |
|
468 // |
|
469 // r_cam_photo_scene_night_candlelight |
|
470 // Data for the photo scene candlelight settings |
|
471 // |
|
472 //---------------------------------------------------- |
|
473 // |
|
474 RESOURCE CAM_SCENE_SETTING_DATA r_cam_photo_scene_candlelight |
|
475 { |
|
476 scene_item_id = ECamSceneCandlelight; |
|
477 settings_items = |
|
478 { |
|
479 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
480 { |
|
481 id = ECamSettingItemSceneAEMode; |
|
482 default = ECamSceneAEModeBacklight; |
|
483 }, |
|
484 |
|
485 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
486 { |
|
487 id = ECamSettingItemSceneAWBMode; |
|
488 default = ECamWhiteBalanceDaylight; |
|
489 }, |
|
490 |
|
491 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
492 { |
|
493 id = ECamSettingItemSceneAFMode; |
|
494 default = ECamSceneAFModeNormal; |
|
495 }, |
|
496 |
|
497 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
498 { |
|
499 id = ECamSettingItemSceneFlashMode; |
|
500 default = ECamFlashOff; |
|
501 }, |
|
502 |
|
503 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
504 { |
|
505 id = ECamSettingItemSceneMaxRes; |
|
506 default = ECamImageQualityPrint3m; |
|
507 }, |
|
508 |
|
509 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
510 { |
|
511 id = ECamSettingItemSceneSharpness; |
|
512 default = ECamImageSharpnessNorm; |
|
513 }, |
|
514 |
|
515 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
516 { |
|
517 id = ECamSettingItemSceneContrast; |
|
518 default = ECamContrastNorm; |
|
519 } |
|
520 }; |
|
521 } |
|
522 |
|
523 // Scenes data for settings model. |
|
524 //---------------------------------------------------- |
|
525 // |
|
526 // r_cam_photo_scenes_data |
|
527 // Data for all the photo scene setting items (except user) |
|
528 // |
|
529 //---------------------------------------------------- |
|
530 // |
|
531 RESOURCE CAM_SETTING_ITEMS_DATA r_cam_photo_scenes_data |
|
532 { |
|
533 settings_items = |
|
534 { |
|
535 CAM_SCENE_SETTINGS_DATA_REF |
|
536 { |
|
537 scene_settings_data_ref = r_cam_photo_scene_macro; |
|
538 }, |
|
539 CAM_SCENE_SETTINGS_DATA_REF |
|
540 { |
|
541 scene_settings_data_ref = r_cam_photo_scene_auto; |
|
542 }, |
|
543 CAM_SCENE_SETTINGS_DATA_REF |
|
544 { |
|
545 scene_settings_data_ref = r_cam_photo_scene_scenery; |
|
546 }, |
|
547 CAM_SCENE_SETTINGS_DATA_REF |
|
548 { |
|
549 scene_settings_data_ref = r_cam_photo_scene_sports; |
|
550 }, |
|
551 CAM_SCENE_SETTINGS_DATA_REF |
|
552 { |
|
553 scene_settings_data_ref = r_cam_photo_scene_portrait; |
|
554 }, |
|
555 CAM_SCENE_SETTINGS_DATA_REF |
|
556 { |
|
557 scene_settings_data_ref = r_cam_photo_scene_night; |
|
558 }, |
|
559 CAM_SCENE_SETTINGS_DATA_REF |
|
560 { |
|
561 scene_settings_data_ref = r_cam_photo_scene_night_landscape; |
|
562 }, |
|
563 CAM_SCENE_SETTINGS_DATA_REF |
|
564 { |
|
565 scene_settings_data_ref = r_cam_photo_scene_night_portrait; |
|
566 }, |
|
567 CAM_SCENE_SETTINGS_DATA_REF |
|
568 { |
|
569 scene_settings_data_ref = r_cam_photo_scene_candlelight; |
|
570 } |
|
571 }; |
|
572 } |
|
573 |
|
574 |
|
575 // --------------------------------------------------- |
|
576 // |
|
577 // r_cam_scene_description_candlelight |
|
578 // Description of Candlelight scene in scene settings view |
|
579 // |
|
580 // --------------------------------------------------- |
|
581 // |
|
582 RESOURCE TBUF r_cam_scene_description_candlelight |
|
583 { |
|
584 buf = qtn_lcam_scene_candle_ex; |
|
585 } |
|
586 |
|
587 // --------------------------------------------------- |
|
588 // |
|
589 // r_cam_scene_list_photo |
|
590 // Lists all scenes used to populate the photo scene list |
|
591 // |
|
592 // --------------------------------------------------- |
|
593 // |
|
594 RESOURCE ARRAY r_cam_scene_list_photo |
|
595 { |
|
596 items = |
|
597 { |
|
598 INT16 |
|
599 { |
|
600 value = ECamSceneAuto; |
|
601 }, |
|
602 INT16 |
|
603 { |
|
604 value = ECamSceneUser; |
|
605 }, |
|
606 INT16 |
|
607 { |
|
608 value = ECamScenePortrait; |
|
609 }, |
|
610 INT16 |
|
611 { |
|
612 value = ECamSceneScenery; |
|
613 }, |
|
614 INT16 |
|
615 { |
|
616 value = ECamSceneSports; |
|
617 }, |
|
618 INT16 |
|
619 { |
|
620 value = ECamSceneNightScenery; |
|
621 }, |
|
622 INT16 |
|
623 { |
|
624 value = ECamSceneNightPortrait; |
|
625 }, |
|
626 INT16 |
|
627 { |
|
628 value = ECamSceneCandlelight; |
|
629 } |
|
630 }; |
|
631 } |
|
632 |
|
633 |
|
634 // --------------------------------------------------- |
|
635 // |
|
636 // r_cam_scene_list_photo_cam2 |
|
637 // Lists all scenes used to populate the photo |
|
638 // scene list for the secondary camera |
|
639 // |
|
640 // --------------------------------------------------- |
|
641 // |
|
642 RESOURCE ARRAY r_cam_scene_list_photo_cam2 |
|
643 { |
|
644 items = |
|
645 { |
|
646 INT16 |
|
647 { |
|
648 value = ECamSceneAuto; |
|
649 }, |
|
650 INT16 |
|
651 { |
|
652 value = ECamSceneNight; |
|
653 } |
|
654 }; |
|
655 } |
|
656 |
|
657 // --------------------------------------------------- |
|
658 // |
|
659 // r_cam_scene_list_user |
|
660 // Lists all scenes used to populate the user scene list |
|
661 // |
|
662 // --------------------------------------------------- |
|
663 // |
|
664 RESOURCE ARRAY r_cam_scene_list_user |
|
665 { |
|
666 items = |
|
667 { |
|
668 INT16 |
|
669 { |
|
670 value = ECamSceneAuto; |
|
671 }, |
|
672 INT16 |
|
673 { |
|
674 value = ECamScenePortrait; |
|
675 }, |
|
676 INT16 |
|
677 { |
|
678 value = ECamSceneScenery; |
|
679 }, |
|
680 INT16 |
|
681 { |
|
682 value = ECamSceneNight; |
|
683 }, |
|
684 INT16 |
|
685 { |
|
686 value = ECamSceneSports; |
|
687 } |
|
688 }; |
|
689 } |
|
690 |
|
691 // --------------------------------------------------- |
|
692 // |
|
693 // r_cam_scene_list_video |
|
694 // Lists all scenes used to populate the video scene list |
|
695 // |
|
696 // --------------------------------------------------- |
|
697 // |
|
698 RESOURCE ARRAY r_cam_scene_list_video |
|
699 { |
|
700 items = |
|
701 { |
|
702 INT16 |
|
703 { |
|
704 value = ECamSceneNormal; |
|
705 }, |
|
706 INT16 |
|
707 { |
|
708 value = ECamSceneNight; |
|
709 } |
|
710 }; |
|
711 } |
|
712 |
|
713 // --------------------------------------------------- |
|
714 // |
|
715 // r_cam_scene_list_video_cam2 |
|
716 // Lists all scenes used to populate the video |
|
717 // scene list for the secondary camera |
|
718 // |
|
719 // --------------------------------------------------- |
|
720 // |
|
721 RESOURCE ARRAY r_cam_scene_list_video_cam2 |
|
722 { |
|
723 items = |
|
724 { |
|
725 INT16 |
|
726 { |
|
727 value = ECamSceneAuto; |
|
728 }, |
|
729 INT16 |
|
730 { |
|
731 value = ECamSceneNight; |
|
732 } |
|
733 }; |
|
734 } |
|
735 |
|
736 // --------------------------------------------------- |
|
737 // |
|
738 // r_cam_scene_max_items_to_display |
|
739 // Value for the maximum number of items displayed |
|
740 // |
|
741 // --------------------------------------------------- |
|
742 // |
|
743 |
|
744 RESOURCE INT16 r_cam_scene_max_items_to_display |
|
745 { |
|
746 value = 4; |
|
747 } |
|
748 |
|
749 // --------------------------------------------------------- |
|
750 // |
|
751 // r_cam_scene_setting_menubar |
|
752 // Menubar for scene settings view |
|
753 // |
|
754 // --------------------------------------------------------- |
|
755 // |
|
756 RESOURCE MENU_BAR r_cam_scene_setting_menubar |
|
757 { |
|
758 titles = |
|
759 { |
|
760 MENU_TITLE |
|
761 { |
|
762 menu_pane = r_cam_scene_setting_menu; |
|
763 } |
|
764 }; |
|
765 } |
|
766 |
|
767 // --------------------------------------------------------- |
|
768 // |
|
769 // r_cam_scene_setting_menu |
|
770 // Options menu for scene settings view |
|
771 // |
|
772 // --------------------------------------------------------- |
|
773 // |
|
774 RESOURCE MENU_PANE r_cam_scene_setting_menu |
|
775 { |
|
776 items = |
|
777 { |
|
778 MENU_ITEM |
|
779 { |
|
780 command = ECamCmdSelect; |
|
781 txt = qtn_lcam_options_select; |
|
782 flags = EEikMenuItemAction; |
|
783 }, |
|
784 MENU_ITEM |
|
785 { |
|
786 command = ECamCmdEdit; |
|
787 txt = qtn_lcam_options_edit_userdef; |
|
788 flags = EEikMenuItemSpecific; |
|
789 }, |
|
790 MENU_ITEM |
|
791 { |
|
792 command = EAknCmdHelp; |
|
793 txt = qtn_options_help; |
|
794 }, |
|
795 MENU_ITEM |
|
796 { |
|
797 command = ECamCmdInternalExit; |
|
798 txt = qtn_options_exit; |
|
799 } |
|
800 }; |
|
801 } |
|
802 |
|
803 |
|
804 // --------------------------------------------------------- |
|
805 // |
|
806 // r_cam_scene_setting_ok_menubar |
|
807 // Ok menubar for scene setting list |
|
808 // (only opens when user scene is highlighted) |
|
809 // |
|
810 // --------------------------------------------------------- |
|
811 // |
|
812 RESOURCE MENU_BAR r_cam_scene_setting_ok_menubar |
|
813 { |
|
814 titles = |
|
815 { |
|
816 MENU_TITLE |
|
817 { |
|
818 menu_pane = r_cam_scene_setting_ok_menu; |
|
819 } |
|
820 }; |
|
821 } |
|
822 |
|
823 |
|
824 // --------------------------------------------------------- |
|
825 // |
|
826 // r_cam_scene_setting_ok_menu |
|
827 // Context specific options menu for scene setting list |
|
828 // |
|
829 // --------------------------------------------------------- |
|
830 // |
|
831 RESOURCE MENU_PANE r_cam_scene_setting_ok_menu |
|
832 { |
|
833 items = |
|
834 { |
|
835 MENU_ITEM |
|
836 { |
|
837 command = ECamCmdSelect; |
|
838 txt = qtn_lcam_options_select; |
|
839 flags = EEikMenuItemAction; |
|
840 }, |
|
841 MENU_ITEM |
|
842 { |
|
843 command = ECamCmdEdit; |
|
844 txt = qtn_lcam_options_edit_userdef; |
|
845 flags = EEikMenuItemAction; |
|
846 } |
|
847 }; |
|
848 } |
|
849 |
|
850 //---------------------------------------------------- |
|
851 // |
|
852 // r_cam_photo_user_scene_setup_list_imagesharpness_data |
|
853 // The data for the image sharpness item in the |
|
854 // photo user scene setup list |
|
855 // |
|
856 //---------------------------------------------------- |
|
857 // |
|
858 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_imagesharpness_data |
|
859 { |
|
860 id = ECamSettingItemUserSceneImageSharpness; |
|
861 text = qtn_lcam_set_user_sharp; |
|
862 user_scene_setup_list_item_values = |
|
863 { |
|
864 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
865 { |
|
866 id = ECamImageSharpnessHard; |
|
867 text = qtn_lcam_set_hard; |
|
868 }, |
|
869 |
|
870 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
871 { |
|
872 id = ECamImageSharpnessNorm; |
|
873 text = qtn_lcam_set_normal; |
|
874 }, |
|
875 |
|
876 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
877 { |
|
878 id = ECamImageSharpnessSoft; |
|
879 text = qtn_lcam_set_soft; |
|
880 } |
|
881 |
|
882 }; |
|
883 } |
|
884 |
|
885 //---------------------------------------------------- |
|
886 // |
|
887 // r_cam_photo_user_scene_setup_list_coloursaturation_data |
|
888 // The data for the image sharpness item in the |
|
889 // photo user scene setup list |
|
890 // |
|
891 //---------------------------------------------------- |
|
892 // |
|
893 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_coloursaturation_data |
|
894 { |
|
895 id = ECamSettingItemUserSceneColourSaturation; |
|
896 text = qtn_lcam_popm_colsat; |
|
897 user_scene_setup_list_item_values = |
|
898 { |
|
899 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
900 { |
|
901 id = ECamColourSaturationNorm; |
|
902 text = qtn_lcam_set_normal; |
|
903 }, |
|
904 |
|
905 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
906 { |
|
907 id = ECamColourSaturationPlus; |
|
908 text = qtn_lcam_set_increased; |
|
909 }, |
|
910 |
|
911 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
912 { |
|
913 id = ECamColourSaturationNeg; |
|
914 text = qtn_lcam_set_decreased; |
|
915 } |
|
916 |
|
917 }; |
|
918 } |
|
919 //---------------------------------------------------- |
|
920 // |
|
921 // r_cam_photo_user_scene_setup_list_whitebalance_data |
|
922 // The data for the white balance item in the |
|
923 // photo user scene setup list |
|
924 // |
|
925 //---------------------------------------------------- |
|
926 // |
|
927 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_whitebalance_data |
|
928 { |
|
929 id = ECamSettingItemUserSceneWhitebalance; |
|
930 text = qtn_lcam_set_user_wb; |
|
931 user_scene_setup_list_item_values = |
|
932 { |
|
933 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
934 { |
|
935 id = ECamWhiteBalanceAWB; |
|
936 text = qtn_lcam_set_awb; |
|
937 }, |
|
938 |
|
939 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
940 { |
|
941 id = ECamWhiteBalanceDaylight; |
|
942 text = qtn_lcam_set_day; |
|
943 }, |
|
944 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
945 { |
|
946 id = ECamWhiteBalanceCloudy; |
|
947 text = qtn_lcam_set_cloud; |
|
948 }, |
|
949 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
950 { |
|
951 id = ECamWhiteBalanceTungsten; |
|
952 text = qtn_lcam_set_tung; |
|
953 }, |
|
954 |
|
955 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
956 { |
|
957 id = ECamWhiteBalanceFlourescent; |
|
958 text = qtn_lcam_set_flu; |
|
959 } |
|
960 |
|
961 }; |
|
962 } |
|
963 |
|
964 //---------------------------------------------------- |
|
965 // |
|
966 // r_cam_photo_user_scene_setup_list_coloureffect_data |
|
967 // The data for the colour effect item in the |
|
968 // photo user scene setup list |
|
969 // |
|
970 //---------------------------------------------------- |
|
971 // |
|
972 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_coloureffect_data |
|
973 { |
|
974 id = ECamSettingItemUserSceneColourFilter; |
|
975 text = qtn_lcam_set_user_ce; |
|
976 user_scene_setup_list_item_values = |
|
977 { |
|
978 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
979 { |
|
980 id = ECamColourFilterColour; |
|
981 text = qtn_lcam_set_col; |
|
982 }, |
|
983 |
|
984 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
985 { |
|
986 id = ECamColourFilterBlackAndWhite; |
|
987 text = qtn_lcam_set_bw; |
|
988 }, |
|
989 |
|
990 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
991 { |
|
992 id = ECamColourFilterSepia; |
|
993 text = qtn_lcam_set_sep; |
|
994 }, |
|
995 |
|
996 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
997 { |
|
998 id = ECamColourFilterNegative; |
|
999 text = qtn_lcam_set_neg; |
|
1000 }, |
|
1001 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1002 { |
|
1003 id = ECamColourFilterVivid; |
|
1004 text = qtn_lcam_set_viv; |
|
1005 } |
|
1006 }; |
|
1007 } |
|
1008 |
|
1009 //---------------------------------------------------- |
|
1010 // |
|
1011 // r_cam_photo_user_scene_setup_list_set_user_default |
|
1012 // The data for the set user default item in the |
|
1013 // photo user scene setup list |
|
1014 // |
|
1015 //---------------------------------------------------- |
|
1016 // |
|
1017 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_set_user_default |
|
1018 { |
|
1019 id = ECamSettingItemUserSceneDefault; |
|
1020 text = qtn_lcam_set_user_default; |
|
1021 user_scene_setup_list_item_values = |
|
1022 { |
|
1023 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1024 { |
|
1025 id = ECamSettNo; |
|
1026 text = qtn_lcam_set_user_default_no; |
|
1027 }, |
|
1028 |
|
1029 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1030 { |
|
1031 id = ECamSettYes; |
|
1032 text = qtn_lcam_set_user_default_yes; |
|
1033 } |
|
1034 }; |
|
1035 } |
|
1036 |
|
1037 //---------------------------------------------------- |
|
1038 // |
|
1039 // r_cam_photo_user_scene_setup_list_reset_data |
|
1040 // The data for the reset data item in the |
|
1041 // photo user scene setup list |
|
1042 // |
|
1043 //---------------------------------------------------- |
|
1044 // |
|
1045 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_reset_data |
|
1046 { |
|
1047 id = ECamSettingItemUserSceneReset; |
|
1048 text = qtn_lcam_set_user_reset; |
|
1049 } |
|
1050 |
|
1051 //---------------------------------------------------- |
|
1052 // |
|
1053 // r_cam_photo_user_scene_setup_list_flash_data |
|
1054 // The data for the flash item in the |
|
1055 // photo user scene setup list |
|
1056 // |
|
1057 //---------------------------------------------------- |
|
1058 // |
|
1059 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_flash_data |
|
1060 { |
|
1061 id = ECamSettingItemUserSceneFlash; |
|
1062 text = qtn_lcam_set_user_flash; |
|
1063 user_scene_setup_list_item_values = |
|
1064 { |
|
1065 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1066 { |
|
1067 id = ECamFlashAuto; |
|
1068 text = qtn_lcam_set_auto; |
|
1069 }, |
|
1070 |
|
1071 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1072 { |
|
1073 id = ECamFlashForced; |
|
1074 text = qtn_lcam_set_force; |
|
1075 }, |
|
1076 |
|
1077 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1078 { |
|
1079 id = ECamFlashAntiRedEye; |
|
1080 text = qtn_lcam_set_redeye; |
|
1081 }, |
|
1082 |
|
1083 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1084 { |
|
1085 id = ECamFlashOff; |
|
1086 text = qtn_lcam_set_flash_off; |
|
1087 } |
|
1088 }; |
|
1089 } |
|
1090 |
|
1091 //---------------------------------------------------- |
|
1092 // |
|
1093 // r_cam_photo_user_scene_setup_list_brightness_data |
|
1094 // The data for the brightness item in the |
|
1095 // photo user scene setup list |
|
1096 // |
|
1097 //---------------------------------------------------- |
|
1098 // |
|
1099 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_brightness_data |
|
1100 { |
|
1101 id = ECamSettingItemUserSceneBrightness; |
|
1102 text = qtn_lcam_set_user_bright; |
|
1103 user_scene_setup_list_item_values = |
|
1104 { |
|
1105 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1106 { |
|
1107 id = ECamBrightnessNorm; |
|
1108 text = qtn_lcam_set_normal; |
|
1109 }, |
|
1110 |
|
1111 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1112 { |
|
1113 id = ECamBrightnessPlus; |
|
1114 text = qtn_lcam_set_increased; |
|
1115 }, |
|
1116 |
|
1117 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1118 { |
|
1119 id = ECamBrightnessNeg; |
|
1120 text = qtn_lcam_set_decreased; |
|
1121 } |
|
1122 }; |
|
1123 } |
|
1124 |
|
1125 //---------------------------------------------------- |
|
1126 // |
|
1127 // r_cam_photo_user_scene_setup_list_ev_data |
|
1128 // The data for the EV item in the photo user |
|
1129 // scene setup list (for range -2 to +2 in steps of 1/3) |
|
1130 // |
|
1131 //---------------------------------------------------- |
|
1132 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_ev_data |
|
1133 { |
|
1134 id = ECamSettingItemUserSceneExposure; |
|
1135 text = qtn_lcam_set_user_ev; |
|
1136 user_scene_setup_list_item_values = |
|
1137 { |
|
1138 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1139 { |
|
1140 id = 6; |
|
1141 text = qtn_lcam_ev_plus2; |
|
1142 }, |
|
1143 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1144 { |
|
1145 id = 5; |
|
1146 text = qtn_lcam_ev_plus1_7; |
|
1147 }, |
|
1148 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1149 { |
|
1150 id = 4; |
|
1151 text = qtn_lcam_ev_plus1_3; |
|
1152 }, |
|
1153 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1154 { |
|
1155 id = 3; |
|
1156 text = qtn_lcam_ev_plus1; |
|
1157 }, |
|
1158 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1159 { |
|
1160 id = 2; |
|
1161 text = qtn_lcam_ev_plus0_7; |
|
1162 }, |
|
1163 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1164 { |
|
1165 id = 1; |
|
1166 text = qtn_lcam_ev_plus0_3; |
|
1167 }, |
|
1168 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1169 { |
|
1170 id = 0; |
|
1171 text = qtn_lcam_ev_0; |
|
1172 }, |
|
1173 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1174 { |
|
1175 id = -1; |
|
1176 text = qtn_lcam_ev_minus0_3; |
|
1177 }, |
|
1178 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1179 { |
|
1180 id = -2; |
|
1181 text = qtn_lcam_ev_minus0_7; |
|
1182 }, |
|
1183 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1184 { |
|
1185 id = -3; |
|
1186 text = qtn_lcam_ev_minus1; |
|
1187 }, |
|
1188 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1189 { |
|
1190 id = -4; |
|
1191 text = qtn_lcam_ev_minus1_3; |
|
1192 }, |
|
1193 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1194 { |
|
1195 id = -5; |
|
1196 text = qtn_lcam_ev_minus1_3; |
|
1197 }, |
|
1198 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1199 { |
|
1200 id = -6; |
|
1201 text = qtn_lcam_ev_minus2; |
|
1202 } |
|
1203 }; |
|
1204 } |
|
1205 |
|
1206 //---------------------------------------------------- |
|
1207 // |
|
1208 // r_cam_photo_user_scene_setup_list_ev_data2 |
|
1209 // The data for the EV item in the photo user |
|
1210 // scene setup list (for range -2 to +2 in steps of 1/2) |
|
1211 // |
|
1212 //---------------------------------------------------- |
|
1213 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_ev_data2 |
|
1214 { |
|
1215 id = ECamSettingItemUserSceneExposure; |
|
1216 text = qtn_lcam_set_user_ev; |
|
1217 user_scene_setup_list_item_values = |
|
1218 { |
|
1219 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1220 { |
|
1221 id = ECamExposureTwo; |
|
1222 text = qtn_lcam_ev_plus2; |
|
1223 }, |
|
1224 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1225 { |
|
1226 id = ECamExposureOnePointFive; |
|
1227 text = qtn_lcam_ev_plus1_5; |
|
1228 }, |
|
1229 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1230 { |
|
1231 id = ECamExposureOne; |
|
1232 text = qtn_lcam_ev_plus1; |
|
1233 }, |
|
1234 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1235 { |
|
1236 id = ECamExposurePointFive; |
|
1237 text = qtn_lcam_ev_plus0_5; |
|
1238 }, |
|
1239 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1240 { |
|
1241 id = ECamExposureZero; |
|
1242 text = qtn_lcam_ev_0; |
|
1243 }, |
|
1244 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1245 { |
|
1246 id = ECamExposureMinusPointFive; |
|
1247 text = qtn_lcam_ev_minus0_5; |
|
1248 }, |
|
1249 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1250 { |
|
1251 id = ECamExposureMinusOne; |
|
1252 text = qtn_lcam_ev_minus1; |
|
1253 }, |
|
1254 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1255 { |
|
1256 id = ECamExposureMinusOnePointFive; |
|
1257 text = qtn_lcam_ev_minus1_5; |
|
1258 }, |
|
1259 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1260 { |
|
1261 id = ECamExposureMinusTwo; |
|
1262 text = qtn_lcam_ev_minus2; |
|
1263 } |
|
1264 }; |
|
1265 } |
|
1266 |
|
1267 //---------------------------------------------------- |
|
1268 // |
|
1269 // r_cam_photo_user_scene_setup_list_ev_data3 |
|
1270 // The data for the EV item in the photo user |
|
1271 // scene setup list (for range -2 to +2 in steps of 1) |
|
1272 // |
|
1273 //---------------------------------------------------- |
|
1274 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_ev_data3 |
|
1275 { |
|
1276 id = ECamSettingItemUserSceneExposure; |
|
1277 text = qtn_lcam_set_user_ev; |
|
1278 user_scene_setup_list_item_values = |
|
1279 { |
|
1280 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1281 { |
|
1282 id = ECamExposureTwo; |
|
1283 text = qtn_lcam_ev_plus2; |
|
1284 }, |
|
1285 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1286 { |
|
1287 id = ECamExposureOnePointFive; |
|
1288 text = qtn_lcam_ev_plus1_5; |
|
1289 }, |
|
1290 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1291 { |
|
1292 id = ECamExposureOne; |
|
1293 text = qtn_lcam_ev_plus1; |
|
1294 }, |
|
1295 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1296 { |
|
1297 id = ECamExposurePointFive; |
|
1298 text = qtn_lcam_ev_plus0_5; |
|
1299 }, |
|
1300 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1301 { |
|
1302 id = ECamExposureZero; |
|
1303 text = qtn_lcam_ev_0; |
|
1304 }, |
|
1305 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1306 { |
|
1307 id = ECamExposureMinusPointFive; |
|
1308 text = qtn_lcam_ev_minus0_5; |
|
1309 }, |
|
1310 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1311 { |
|
1312 id = ECamExposureMinusOne; |
|
1313 text = qtn_lcam_ev_minus1; |
|
1314 }, |
|
1315 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1316 { |
|
1317 id = ECamExposureMinusOnePointFive; |
|
1318 text = qtn_lcam_ev_minus1_5; |
|
1319 }, |
|
1320 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1321 { |
|
1322 id = ECamExposureMinusTwo; |
|
1323 text = qtn_lcam_ev_minus2; |
|
1324 } |
|
1325 }; |
|
1326 } |
|
1327 |
|
1328 |
|
1329 //---------------------------------------------------- |
|
1330 // |
|
1331 // r_cam_photo_user_scene_setup_list_lightsensitivity_data |
|
1332 // The data for the light sensitivity item in the |
|
1333 // photo user scene setup list |
|
1334 // |
|
1335 //---------------------------------------------------- |
|
1336 // |
|
1337 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_lightsensitivity_data |
|
1338 { |
|
1339 id = ECamSettingItemUserSceneLightSensitivity; |
|
1340 text = qtn_lcam_set_user_iso; |
|
1341 user_scene_setup_list_item_values = |
|
1342 { |
|
1343 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1344 { |
|
1345 id = ECamLightSensitivityAuto; |
|
1346 text = qtn_lcam_set_iso_auto; // qtn_lcam_isoauto; |
|
1347 }, |
|
1348 |
|
1349 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1350 { |
|
1351 id = ECamLightSensitivityLow; |
|
1352 text = qtn_lcam_set_iso_low; // qtn_lcam_isolow; |
|
1353 }, |
|
1354 |
|
1355 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1356 { |
|
1357 id = ECamLightSensitivityMed; |
|
1358 text = qtn_lcam_set_iso_medium; // qtn_lcam_isomedium; |
|
1359 }, |
|
1360 |
|
1361 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1362 { |
|
1363 id = ECamLightSensitivityHigh; |
|
1364 text = qtn_lcam_set_iso_high; // qtn_lcam_isohigh; |
|
1365 } |
|
1366 }; |
|
1367 } |
|
1368 |
|
1369 //---------------------------------------------------- |
|
1370 // |
|
1371 // r_cam_photo_user_scene_setup_list_extended_lightsensitivity_data |
|
1372 // The data for the light sensitivity item in the |
|
1373 // photo user scene setup list |
|
1374 // |
|
1375 //---------------------------------------------------- |
|
1376 // |
|
1377 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_extended_lightsensitivity_data |
|
1378 { |
|
1379 id = ECamSettingItemUserSceneLightSensitivity; |
|
1380 text = qtn_lcam_set_user_iso; |
|
1381 user_scene_setup_list_item_values = |
|
1382 { |
|
1383 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1384 { |
|
1385 id = ECamLightSensitivityAuto; |
|
1386 text = qtn_lcam_set_iso_auto; // qtn_lcam_isoauto; |
|
1387 }, |
|
1388 |
|
1389 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1390 { |
|
1391 id = ECamLightSensitivityLow; |
|
1392 text = qtn_lcam_set_iso_low; // qtn_lcam_isolow; |
|
1393 }, |
|
1394 |
|
1395 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1396 { |
|
1397 id = ECamLightSensitivityLowMed; |
|
1398 text = qtn_lcam_set_iso_low_medium; |
|
1399 }, |
|
1400 |
|
1401 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1402 { |
|
1403 id = ECamLightSensitivityMed; |
|
1404 text = qtn_lcam_set_iso_medium; // qtn_lcam_isomedium; |
|
1405 }, |
|
1406 |
|
1407 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1408 { |
|
1409 id = ECamLightSensitivityMedHigh; |
|
1410 text = qtn_lcam_set_iso_medium_high; |
|
1411 }, |
|
1412 |
|
1413 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1414 { |
|
1415 id = ECamLightSensitivityHigh; |
|
1416 text = qtn_lcam_set_iso_high; // qtn_lcam_isohigh; |
|
1417 } |
|
1418 }; |
|
1419 } |
|
1420 |
|
1421 |
|
1422 //---------------------------------------------------- |
|
1423 // |
|
1424 // r_cam_photo_user_scene_setup_list_contrast_data |
|
1425 // The data for the contrast item in the |
|
1426 // photo user scene setup list |
|
1427 // |
|
1428 //---------------------------------------------------- |
|
1429 // |
|
1430 RESOURCE CAM_USER_SCENE_SETUP_LIST_ITEM_DATA r_cam_photo_user_scene_setup_list_contrast_data |
|
1431 { |
|
1432 id = ECamSettingItemUserSceneContrast; |
|
1433 text = qtn_lcam_set_user_contr; |
|
1434 user_scene_setup_list_item_values = |
|
1435 { |
|
1436 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1437 { |
|
1438 id = ECamContrastNorm; |
|
1439 text = qtn_lcam_set_contrast_normal; |
|
1440 }, |
|
1441 |
|
1442 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1443 { |
|
1444 id = ECamContrastPlus; |
|
1445 text = qtn_lcam_set_contrast_increased; |
|
1446 }, |
|
1447 |
|
1448 CAM_USER_SCENE_SETUP_LIST_ITEM_VALUE |
|
1449 { |
|
1450 id = ECamContrastNeg; |
|
1451 text = qtn_lcam_set_contrast_decreased; |
|
1452 } |
|
1453 }; |
|
1454 } |
|
1455 |
|
1456 //---------------------------------------------------- |
|
1457 // |
|
1458 // r_cam_photo_user_scene_setup_title_name |
|
1459 // Title name used in photo user scene setup |
|
1460 // |
|
1461 //---------------------------------------------------- |
|
1462 // |
|
1463 RESOURCE TITLE_PANE r_cam_photo_user_scene_setup_title_name |
|
1464 { |
|
1465 txt = qtn_lcam_title_text_photoscene; |
|
1466 } |
|
1467 |
|
1468 |
|
1469 // --------------------------------------------------------- |
|
1470 // |
|
1471 // r_cam_setup_pane_scene_options_menubar |
|
1472 // Menubar for setup pane displaying scene options menu |
|
1473 // |
|
1474 // --------------------------------------------------------- |
|
1475 // |
|
1476 RESOURCE MENU_BAR r_cam_setup_pane_scene_options_menubar |
|
1477 { |
|
1478 titles = |
|
1479 { |
|
1480 MENU_TITLE |
|
1481 { |
|
1482 menu_pane = r_cam_setup_pane_scene_options_menu; |
|
1483 } |
|
1484 }; |
|
1485 } |
|
1486 |
|
1487 // --------------------------------------------------------- |
|
1488 // |
|
1489 // r_cam_setup_pane_scene_options_menu |
|
1490 // Options menu for setup pane when showing scene list |
|
1491 // |
|
1492 // --------------------------------------------------------- |
|
1493 // |
|
1494 RESOURCE MENU_PANE r_cam_setup_pane_scene_options_menu |
|
1495 { |
|
1496 items = |
|
1497 { |
|
1498 MENU_ITEM |
|
1499 { |
|
1500 command = EAknSoftkeySelect; |
|
1501 txt = qtn_lcam_options_select; |
|
1502 flags = EEikMenuItemAction; |
|
1503 }, |
|
1504 MENU_ITEM |
|
1505 { |
|
1506 command = ECamCmdEdit; |
|
1507 txt = qtn_lcam_options_edit_userdef; |
|
1508 flags = EEikMenuItemAction; |
|
1509 }, |
|
1510 MENU_ITEM |
|
1511 { |
|
1512 command = EAknCmdHelp; |
|
1513 txt = qtn_options_help; |
|
1514 }, |
|
1515 MENU_ITEM |
|
1516 { |
|
1517 command = ECamCmdInternalExit; |
|
1518 txt = qtn_options_exit; |
|
1519 } |
|
1520 }; |
|
1521 } |
|
1522 |
|
1523 |
|
1524 |
|
1525 //---------------------------------------------------- |
|
1526 // |
|
1527 // Confirmation query for changing the photo scene to |
|
1528 // "Sports" when resolution is too high. |
|
1529 //---------------------------------------------------- |
|
1530 // |
|
1531 RESOURCE DIALOG r_cam_sports_scene_change_confirmation_query |
|
1532 { |
|
1533 flags = EGeneralQueryFlags; |
|
1534 buttons = R_AVKON_SOFTKEYS_YES_NO__YES; |
|
1535 items = |
|
1536 { |
|
1537 DLG_LINE |
|
1538 { |
|
1539 type = EAknCtQuery; |
|
1540 id = ECamCmdConfirmationQuerySportsSceneChange; |
|
1541 control = AVKON_CONFIRMATION_QUERY |
|
1542 { |
|
1543 layout = EConfirmationQueryLayout; |
|
1544 label = qtn_lcam_conf_sport1m; |
|
1545 }; |
|
1546 } |
|
1547 }; |
|
1548 } |
|
1549 |
|
1550 //---------------------------------------------------- |
|
1551 // |
|
1552 // r_cam_user_scene_setup_title |
|
1553 // Title name used in the user scene setup |
|
1554 // |
|
1555 //---------------------------------------------------- |
|
1556 // |
|
1557 RESOURCE TITLE_PANE r_cam_user_scene_setup_title |
|
1558 { |
|
1559 txt = qtn_lcam_title_text_photoscene; |
|
1560 } |
|
1561 |
|
1562 |
|
1563 //---------------------------------------------------- |
|
1564 // |
|
1565 // r_cam_user_scene_setup_view |
|
1566 // User scene setup view |
|
1567 // |
|
1568 //---------------------------------------------------- |
|
1569 // |
|
1570 RESOURCE AVKON_VIEW r_cam_user_scene_setup_view |
|
1571 { |
|
1572 menubar = r_cam_user_scene_setup_menubar; |
|
1573 cba = R_CAM_SOFTKEYS_OPTIONS_BACK__CHANGE;//R_AVKON_SOFTKEYS_OPTIONS_BACK; |
|
1574 } |
|
1575 |
|
1576 //---------------------------------------------------- |
|
1577 // |
|
1578 // r_cam_user_scene_setup_menubar |
|
1579 // Menubar visible in photo and Video User Scene Setup views |
|
1580 // |
|
1581 //---------------------------------------------------- |
|
1582 // |
|
1583 RESOURCE MENU_BAR r_cam_user_scene_setup_menubar |
|
1584 { |
|
1585 titles = |
|
1586 { |
|
1587 MENU_TITLE |
|
1588 { |
|
1589 menu_pane = r_cam_user_scene_setup_menu; |
|
1590 } |
|
1591 }; |
|
1592 } |
|
1593 |
|
1594 //---------------------------------------------------- |
|
1595 // |
|
1596 // r_cam_user_scene_setup_menu |
|
1597 // Menu visible in all user scene setup views |
|
1598 // |
|
1599 //---------------------------------------------------- |
|
1600 // |
|
1601 RESOURCE MENU_PANE r_cam_user_scene_setup_menu |
|
1602 { |
|
1603 items = |
|
1604 { |
|
1605 MENU_ITEM |
|
1606 { |
|
1607 command = EAknCmdHelp; |
|
1608 txt = qtn_options_help; |
|
1609 }, |
|
1610 MENU_ITEM |
|
1611 { |
|
1612 command = ECamCmdInternalExit; |
|
1613 txt = qtn_options_exit; |
|
1614 } |
|
1615 }; |
|
1616 } |
|
1617 |
|
1618 //---------------------------------------------------- |
|
1619 // |
|
1620 // r_cam_video_scene_night |
|
1621 // Data for the video scene night settings |
|
1622 // |
|
1623 //---------------------------------------------------- |
|
1624 // |
|
1625 RESOURCE CAM_SCENE_SETTING_DATA r_cam_video_scene_night |
|
1626 { |
|
1627 scene_item_id = ECamSceneNight; |
|
1628 settings_items = |
|
1629 { |
|
1630 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
1631 { |
|
1632 id = ECamSettingItemSceneAEMode; |
|
1633 default = ECamSceneAEModeNight; |
|
1634 }, |
|
1635 |
|
1636 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
1637 { |
|
1638 id = ECamSettingItemSceneAWBMode; |
|
1639 default = ECamWhiteBalanceAWB; |
|
1640 }, |
|
1641 |
|
1642 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
1643 { |
|
1644 id = ECamSettingItemSceneAFMode; |
|
1645 default = ECamSceneAFModeHyperfocal; |
|
1646 }, |
|
1647 |
|
1648 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
1649 { |
|
1650 id = ECamSettingItemSceneFlashMode; |
|
1651 default = ECamFlashOff; |
|
1652 }, |
|
1653 |
|
1654 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
1655 { |
|
1656 id = ECamSettingItemSceneMaxRes; |
|
1657 default = ECamVideoResolutionCIF; |
|
1658 }, |
|
1659 |
|
1660 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
1661 { |
|
1662 id = ECamSettingItemSceneContrast; |
|
1663 default = ECamContrastNorm; |
|
1664 } |
|
1665 }; |
|
1666 } |
|
1667 |
|
1668 //---------------------------------------------------- |
|
1669 // |
|
1670 // r_cam_video_scene_setting_title |
|
1671 // Title name used in video scene settings view |
|
1672 // |
|
1673 //---------------------------------------------------- |
|
1674 // |
|
1675 RESOURCE TITLE_PANE r_cam_video_scene_setting_title |
|
1676 { |
|
1677 txt = qtn_lcam_title_text_scenes_vid; |
|
1678 } |
|
1679 |
|
1680 //---------------------------------------------------- |
|
1681 // |
|
1682 // r_cam_video_scene_video |
|
1683 // Data for the video scene video settings |
|
1684 // |
|
1685 //---------------------------------------------------- |
|
1686 // |
|
1687 RESOURCE CAM_SCENE_SETTING_DATA r_cam_video_scene_video |
|
1688 { |
|
1689 scene_item_id = ECamSceneNormal; |
|
1690 settings_items = |
|
1691 { |
|
1692 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
1693 { |
|
1694 id = ECamSettingItemSceneAEMode; |
|
1695 default = ECamSceneAEModeAuto; |
|
1696 }, |
|
1697 |
|
1698 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
1699 { |
|
1700 id = ECamSettingItemSceneAWBMode; |
|
1701 default = ECamWhiteBalanceAWB; |
|
1702 }, |
|
1703 |
|
1704 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
1705 { |
|
1706 id = ECamSettingItemSceneAFMode; |
|
1707 default = ECamSceneAFModeHyperfocal; |
|
1708 }, |
|
1709 |
|
1710 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
1711 { |
|
1712 id = ECamSettingItemSceneFlashMode; |
|
1713 default = ECamFlashOff; |
|
1714 }, |
|
1715 |
|
1716 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
1717 { |
|
1718 id = ECamSettingItemSceneMaxRes; |
|
1719 default = ECamVideoResolutionCIF; |
|
1720 }, |
|
1721 CAM_NON_STATIC_SETTING_ITEM_DATA |
|
1722 { |
|
1723 id = ECamSettingItemSceneContrast; |
|
1724 default = ECamContrastNorm; |
|
1725 } |
|
1726 }; |
|
1727 } |
|
1728 |
|
1729 //---------------------------------------------------- |
|
1730 // |
|
1731 // r_cam_video_scenes_data |
|
1732 // Data for all the video scene setting items (except user) |
|
1733 // |
|
1734 //---------------------------------------------------- |
|
1735 // |
|
1736 RESOURCE CAM_SETTING_ITEMS_DATA r_cam_video_scenes_data |
|
1737 { |
|
1738 settings_items = |
|
1739 { |
|
1740 CAM_SCENE_SETTINGS_DATA_REF |
|
1741 { |
|
1742 scene_settings_data_ref = r_cam_video_scene_video; |
|
1743 }, |
|
1744 CAM_SCENE_SETTINGS_DATA_REF |
|
1745 { |
|
1746 scene_settings_data_ref = r_cam_video_scene_night; |
|
1747 } |
|
1748 }; |
|
1749 } |
|
1750 |
|
1751 // --------------------------------------------------- |
|
1752 // |
|
1753 // r_cam_reset_user_scene_note |
|
1754 // Reset user scene settings confirmation note |
|
1755 // |
|
1756 // --------------------------------------------------- |
|
1757 // |
|
1758 RESOURCE DIALOG r_cam_reset_user_scene_note |
|
1759 { |
|
1760 flags = EGeneralQueryFlags; |
|
1761 buttons = R_AVKON_SOFTKEYS_YES_NO__YES; |
|
1762 |
|
1763 items = |
|
1764 { |
|
1765 DLG_LINE |
|
1766 { |
|
1767 type = EAknCtQuery; |
|
1768 id = EGeneralQuery; |
|
1769 control = AVKON_CONFIRMATION_QUERY |
|
1770 { |
|
1771 layout = EConfirmationQueryLayout; |
|
1772 label = ""; |
|
1773 }; |
|
1774 } |
|
1775 }; |
|
1776 } |
|
1777 |
|
1778 //----------------------------------------------------------------------------- |
|
1779 // |
|
1780 // r_cam_reset_user_scene_note_text |
|
1781 // Reset user scene confirmation query text. |
|
1782 // |
|
1783 //----------------------------------------------------------------------------- |
|
1784 // |
|
1785 RESOURCE TBUF r_cam_reset_user_scene_note_text |
|
1786 { |
|
1787 buf = qtn_lcam_note_user_reset; |
|
1788 } |
|
1789 |