[Camera][Artik] Remove useless fps
[platform/core/multimedia/mmfw-sysconf.git] / mmfw-sysconf-target-artik10 / etc / multimedia / mmfw_camcorder_dev_video_pri.ini
1 ; < Camera/Camcorder Configure Control INI file >
2 ;
3 ; - Header List -
4 ; 1.  Camera
5 ; 2.  Strobe
6 ; 3.  Effect
7 ; 4.  Photograph
8 ; 5.  Capture
9 ; 6.  Detect
10 ;
11 ; - Note -
12 ; If you want to add a new header,
13 ; add a new enum value to "enum ConfigureCategoryControl"
14 ; and new default table for it in mm_camcorder_configure.c/.h
15 ;
16
17 [Camera]
18 ; Input index - real setting value
19 ;;; 0:PRIMARY_CAMERA, 1:SECONDARY_CAMERA
20 ; Input index - MSL value(convert array index)
21 ;;; -1:NONE, 0:CAMERA0, 1:CAMERA1
22 InputIndex = 0,-255 || 0
23 DeviceName = S5K5EA
24 PreviewResolution = 640,480 | 1280,720 | 1280,960 || 1280,720
25 CaptureResolution = 640,480 | 1280,720 | 1280,960 | 2560,1440 || 1280,720
26 VideoResolution = 640,480 | 1280,720 | 1280,960 || 640,480
27 FPS0 = 10,15,30 || 15
28 FPS1 = 10,15,30 || 15
29 FPS2 = 10,15 || 15
30 ; PictureForamt - MSL value
31 ;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED, 14:INTERLEAVED_JPEG_UYVY, 15:ENCODED_H264
32 PictureFormat = 7 || 7
33 Overlay = 0,1 || 1
34 ; Recommend display rotation
35 ;;; 0:NONE, 1:90, 2:180, 3:270
36 RecommendDisplayRotation = 3
37 ; Recommend preview format for capture
38 ;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED, 14:INTERLEAVED_JPEG_UYVY, 15:ENCODED_H264
39 RecommendPreviewFormatCapture = 7
40 ; Recommend preview format for record
41 ;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED, 14:INTERLEAVED_JPEG_UYVY, 15:ENCODED_H264
42 RecommendPreviewFormatRecord = 7
43 ; Recommend preview resolution
44 ;;; 0: NORMAL ratio(4:3), 1: WIDE ratio(16:9), 2: SQUARE ratio(1:1)
45 RecommendPreviewResolution = 1280,960 | 1280,720 | 1280,960 || 1280,720
46 ; Camera facing direction
47 ;;; 0:REAR, 1:FRONT
48 FacingDirection = 0
49
50
51 [Strobe]
52 ;StrobeControl - Not support
53 ;StrobeCapabilities - Not support
54 ; Strobe mode - real setting value
55 ;;; 0:BASE, 1:OFF, 2:AUTO, 3:ON, 4:TORCH, 5:MAX
56 ; Strobe mode - MSL value(convert array index)
57 ;;; 0:OFF, 1:ON, 2:AUTO, 3:REDEYE_REDUCTION, 4:SLOW_SYNC, 5:FRONT_CURTAIN, 6:REAR_CURTAIN, 7:PERMANENT
58 StrobeMode = 1,-255,-255,-255,-255,-255,-255,-255 || 1
59 ;StrobeStatus - Not support
60 ;StrobeEV - Not support
61
62
63 [Effect]
64 ;Brightness = 0,8 || 4
65 ;Contrast = 1,7 || 4
66 ;Saturation = 0,4 || 2
67 ;Sharpness = 0,4 || 2
68
69 ; White balance - real setting value
70 ;;; 0:AUTO, 1:DAYLIGHT, 2:CLOUDY, 3:TUNGSTEN, 4:FLUORESCENT
71 ; White balance - MSL value(convert array index)
72 ;;; 0:NONE, 1:AUTO, 2:DAYLIGHT, 3:CLOUDY, 4:FLUORESCENT, 5:INCANDESCENT, 6:SHADE, 7:HORIZON, 8:FLASH, 9:CUSTOM
73 WhiteBalance = -255,0,-255,-255,-255,-255,-255,-255,-255,-255 || 0
74
75 ; Color tone - real setting value
76 ;;; 1:NONE, 2:MONO, 3:SEPIA, 4:AQUA, 5:ANTIQUE, 6:NEGATIVE, 7:SHARPEN, 8:SKETCH, 9:WASHED, 10:VINTAGE_WARM
77 ;;; 11:VINTAGE_COLD, 12:SOLARIZE, 13:POSTERIZE, 14:POINT_BLUE, 15:POINT_RED_YELLOW, 16:POINT_COLOR_3, 17:POINT_GREEN, 18:POINT_RED, 19:POINT_YELLOW, 20:CARTOONIZE
78 ; Color tone - MSL value(convert array index)
79 ;;; 0:NONE, 1:MONO, 2:SEPIA, 3:NEGATIVE, 4:BLUE, 5:GREEN, 6:AQUA, 7:VIOLET, 8:ORANGE, 9:GRAY, 10:RED,
80 ;;; 11:ANTIQUE, 12:WARM, 13:PINK, 14:YELLOW, 15:PURPLE, 16:EMBOSS, 17:OUTLINE, 18:SOLARIZATION, 19:SKETCH, 20:WASHED,
81 ;;; 21:VINTAGE_WARM, 22:VINTAGE_COLD, 23:POSTERIZATION, 24:CARTOON, 25:SELECTIVE_RED, 26:SELECTIVE_GREEN, 27:SELECTIVE_BLUE, 28:SELECTIVE_YELLOW, 29:SELECTIVE_RED_YELLOW
82 ColorTone = 1,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255 || 1
83 ; Flip - real setting value
84 ;;; 0:NONE, 1:VERTICAL, 2:HORIZONTAL
85 ; Flip - MSL value(convert array index)
86 ;;; 0:HORIZONTAL, 1:VERTICAL, 2:NONE
87 ;Flip = 2,1,0 || 0
88
89 ; Wide Dynamic Range - real setting value
90 ;;; 0:OFF, 1:ON
91 ; Wide Dynamic Range - MSL value(convert array index)
92 ;;; 0:OFF, 1:ON, 2:AUTO
93 WDR = 0,-255,-255 || 0
94
95 ; Part color mode - real setting value
96 ;;; 0:OFF, 1:SWAP, 2:ACCENT
97 ; Part color mode - MSL value(convert array index)
98 ;;; 0:OFF, 1:SWAP, 2:ACCENT
99 ;PartColorMode = 0,1,2 || 0
100
101 ; Part color - real setting value
102 ;;; 0:VIOLET, 1:PURPLE, 2:MAGENTA_1, 3:MAGENTA_2, 4:RED_1, 5:RED_2, 6:BROWN, 7:YELLOW, 8:GREEN_1, 9:GREEN_2, 10:GREEN_3,
103 ;;; 11:GREEN_4, 12:COBALT, 13:CYAN, 14:BLUE_1, 15:BLUE_2, 16:GRAY
104 ; Part color - MSL value(convert array index)
105 ;;; 0:VIOLET, 1:PURPLE, 2:MAGENTA_1, 3:MAGENTA_2, 4:RED_1, 5:RED_2, 6:BROWN, 7:YELLOW, 8:GREEN_1, 9:GREEN_2, 10:GREEN_3,
106 ;;; 11:GREEN_4, 12:COBALT_BLUE, 13:CYAN, 14:BLUE_1, 15:BLUE_2, 16:GRAY
107 ;PartColor = 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 || 0
108
109
110 [Photograph]
111 ;LensInit = 0,1 || 0
112 ;DigitalZoom = 0,10 || 0
113 ;OpticalZoom = 0,0 || 0
114
115 ; Focus mode - real setting value
116 ;;; 0:AUTO, 1:MANUAL, 2:PAN, 3:TOUCH_AUTO, 4:CONTINUOUS
117 ; Focus mode - MSL value(convert array index)
118 ;;; 0:NONE, 1:PAN, 2:AUTO, 3:MANUAL, 4:TOUCH_AUTO, 5:CONTINUOUS
119 FocusMode = 0,-255,-255,-255,-255,-255 || 0
120
121 ; Auto focus type - real setting value
122 ;;; 0:NORMAL, 1:MACRO, 2:FULL
123 ; Auto focus - MSL value(convert array index)
124 ;;; 0:NONE, 1:NORMAL, 2:MACRO, 3:FULL
125 AFType = 0,-255,-255,-255 || 0
126
127 ; Auto exposure type - real setting value
128 ;;; 0:BASE, 1:MATRIX, 2:CENTER, 3:SPOT, 4:MAX
129 ; Auto exposure mode - MSL value(convert array index)
130 ;;; 0,OFF 1,ALL 2,CENTER1  3,CENTER2 4,CENTER3 5,SPOT1 6,SPOT2 7,CUSTOM1 8,CUSTOM2
131 AEType = -255,0,-255,-255,-255,-255,-255,-255,-255 || 0
132
133 ;ExposureValue - Not support
134 ;FNumber - Not support
135 ;ShutterSpeed - Not support
136
137 ; ISO - real setting value
138 ;;; 0:AUTO, 1:50, 2:100, 3:200, 4:400, 5:800, 6:1600
139 ; ISO - MSL value(convert array index)
140 ;;; 0:AUTO, 1:50, 2:100, 3:200, 4:400, 5:800, 6:1600, 7:3200
141 ISO = 0,-255,-255,-255,-255,-255,-255,-255 || 0
142
143 ; Program mode - real setting value
144 ;;; 1:NONE, 2:PORTRAIT, 3:NIGHTSHOT, 4:BACK_LIGHT, 5:LANDSCAPE, 6:SPORTS, 7:PARTY_INDOOR, 8:BEACH_SNOW, 9:SUNSET, 10:DUSK_DAWN,
145 ;;; 11:FALL_COLOR, 12:FIREWORKS, 13:TEXT, 14:CANDLE_LIGHT
146 ; Program mode - MSL value(convert array index)
147 ;;; 0:NORMAL, 1:PORTRAIT, 2:LANDSCAPE, 3:SPORTS, 4:PARTY_N_INDOOR, 5:BEACH_N_INDOOR, 6:SUNSET, 7:DUSK_N_DAWN, 8:FALL_COLOR, 9:NIGHT_SCENE,
148 ;;; 10:FIREWORK, 11:TEXT, 12:SHOW_WINDOW, 13:CANDLE_LIGHT, 14:BACKLIGHT
149 ProgramMode = 0,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255 || 0
150
151 ; Anti-handshake - real setting value
152 ;;; 0:OFF, 1:ON
153 ; Anti-handshake - MSL value(convert array index)
154 ;;; 0:OFF, 1:ON, 2:AUTO, 3:MOVIE_ON
155 AntiHandshake = 0,-255,-255,-255 || 0
156
157 ; Video-stabilization - real setting value
158 ;;; 0:OFF, 1:ON
159 ; Video-stabilization - MSL value(convert array index)
160 ;;; 0:OFF, 1:ON
161 VideoStabilization = 0 || 0
162
163 ; Face zoom mode
164 ;;; 0:OFF, 1:ON
165 FaceZoomMode = 0 || 0
166 ; Face zoom level
167 FaceZoomLevel = 0,0 || 0
168
169 ; PTZ(Pan Tilt Zoom) type
170 ;;; 0:Mechanical, 1:Electronic
171 ;PtzType = 0,1 || 1
172
173 ; Pan range for mechanical movement
174 ;PanMecha = -10,10
175
176 ; Pan range for electronic movement
177 ;PanElec = -10,10
178
179 ; Tilt range for mechanical movement
180 ;TiltMecha = -10,10
181
182 ; Tilt range for electronic movement
183 ;TiltElec = -10,10
184
185
186 [Capture]
187 ; Output mode
188 ;;; No need to convert
189 ;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED, 14:INTERLEAVED_JPEG_UYVY
190 OutputMode = 7,13 || 13
191 JpegQuality = 1,100 || 95
192 MultishotNumber = 1,1 || 1
193 SensorEncodedCapture = 0
194 ; Support HDR
195 ;;; 0: OFF, 1: ON, 2: ON and Original
196 SupportHDR = 0,-255,-255 || 0
197
198
199 [Detect]
200 ; Detect mode
201 ;;; 0:OFF, 1:ON
202 DetectMode = 0,-255 || 0
203 ;DetectNumber - Not support
204 ;DetectFocusSelect - Not support
205 ;DetectSelectNumber - Not support
206 ;DetectStatus - Not support
207