Making changes to make gstreamer calls work correctly on IVI
[profile/ivi/camera.git] / edc / cam_capture_image_selection.edc
1 /*
2  * Copyright 2012  Samsung Electronics Co., Ltd
3  *
4  * Licensed under the Flora License, Version 1.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *        http://www.tizenopensource.org/license
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17
18 #include "cam_funcs.edc"
19 #include "../include/edc_image_name.h"
20
21 collections {
22
23         group { name: "main";
24                 parts {
25                         part { name: "captured_image_selection";
26                                 type: RECT;
27                                 description {
28                                         state: "default" 0.0;
29                                         rel1 { relative: 0.0 0.0; offset: 0 0; }
30                                         rel2 { relative: 1.0 1.0; offset: -1 -1; }
31                                         color : 0 0 0 255;
32                                 }
33                         }
34
35                         part { name: CAPTURED_IMAGE_SCREEN;
36                                 type: SWALLOW;
37                                 description {
38                                         state: "default" 0.0;
39                                         rel1 { relative: 0.0 0.0; offset: 0 0; }
40                                         rel2 { relative: 1.0 1.0; offset: -1 -1; }
41                                 }
42                         }
43
44                         part { name: CAPTURED_IMAGE_RETRY;
45                                 type: SWALLOW;
46                                 scale: 1;
47
48                                 description { state: "default" 0.0;
49                                         fixed: 1 1;
50                                         rel1 { relative: 0.0 1.0; to: CAPTURED_IMAGE_SCREEN; offset: +20 -30}
51                                         rel2 { relative: 0.0 1.0; to: CAPTURED_IMAGE_SCREEN; offset: +30 -20}
52                                         align: 0.5 0.5;
53                                         }
54                         }
55
56                         part { name: CAPTURED_IMAGE_SAVE;
57                             type: SWALLOW;
58                             scale: 1;
59
60                             description { state: "default" 0.0;
61                                         fixed: 1 1;
62                                         rel1 { relative: 1.0 1.0; to: CAPTURED_IMAGE_SCREEN; offset: -40 -30}
63                                         rel2 { relative: 1.0 1.0; to: CAPTURED_IMAGE_SCREEN; offset: -20 -20}
64                                         align: 0.5 0.5;
65                                     }
66                         }
67
68                 }
69
70
71         }
72 }