summaryrefslogtreecommitdiff
path: root/mmfw-sysconf-simulator
diff options
context:
space:
mode:
authorSangchul Lee <sc11.lee@samsung.com>2012-08-22 16:47:01 +0900
committerSangchul Lee <sc11.lee@samsung.com>2012-08-22 16:47:01 +0900
commitaf9e3835ef1fdefc0f6f7813739324c2c4a823d9 (patch)
treef97bbde703a98b9c89590a1fe5732e7224e32573 /mmfw-sysconf-simulator
parent976fe784c5f12ef1445a99281d4984754eaa9824 (diff)
downloadmmfw-sysconf-af9e3835ef1fdefc0f6f7813739324c2c4a823d9.tar.gz
mmfw-sysconf-af9e3835ef1fdefc0f6f7813739324c2c4a823d9.tar.bz2
mmfw-sysconf-af9e3835ef1fdefc0f6f7813739324c2c4a823d9.zip
tizen 2.0 init
Diffstat (limited to 'mmfw-sysconf-simulator')
-rwxr-xr-xmmfw-sysconf-simulator/usr/etc/gst-openmax.conf55
-rw-r--r--mmfw-sysconf-simulator/usr/etc/mmfw_camcorder.ini12
-rw-r--r--mmfw-sysconf-simulator/usr/etc/mmfw_camcorder_dev_video_pri.ini70
-rw-r--r--mmfw-sysconf-simulator/usr/etc/mmfw_camcorder_dev_video_sec.ini69
-rw-r--r--mmfw-sysconf-simulator/usr/etc/mmfw_player.ini18
5 files changed, 148 insertions, 76 deletions
diff --git a/mmfw-sysconf-simulator/usr/etc/gst-openmax.conf b/mmfw-sysconf-simulator/usr/etc/gst-openmax.conf
new file mode 100755
index 0000000..9c0203c
--- /dev/null
+++ b/mmfw-sysconf-simulator/usr/etc/gst-openmax.conf
@@ -0,0 +1,55 @@
+omx_mpeg4dec,
+ type=GstOmxMpeg4Dec,
+ library-name=libSEC_OMX_Core.so.0,
+ component-name=OMX.SEC.MPEG4.Decoder,
+ sink="video/mpeg, mpegversion=(int)4, systemstream=false, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max]; video/x-divx, divxversion=(int)[4,5], width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max]; video/x-xvid, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max]; video/x-3ivx, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
+ src="video/x-raw-yuv, format=(fourcc){ST12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
+ rank=0;
+
+omx_h264dec,
+ type=GstOmxH264Dec,
+ library-name=libSEC_OMX_Core.so.0,
+ component-name=OMX.SEC.AVC.Decoder,
+ sink="video/x-h264, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
+ src="video/x-raw-yuv, format=(fourcc){ST12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
+ rank=0;
+
+omx_h263dec,
+ type=GstOmxH263Dec,
+ library-name=libSEC_OMX_Core.so.0,
+ component-name=OMX.SEC.H263.Decoder,
+ sink="video/x-h263, variant=(string)itu, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
+ src="video/x-raw-yuv, format=(fourcc){ST12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
+ rank=0;
+
+omx_wmvdec,
+ type=GstOmxWmvDec,
+ library-name=libSEC_OMX_Core.so.0,
+ component-name=OMX.SEC.WMV.Decoder,
+ sink="video/x-wmv, wmvversion=(int)3, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
+ src="video/x-raw-yuv, format=(fourcc){ST12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
+ rank=0;
+
+omx_mpeg4enc,
+ type=GstOmxMpeg4Enc,
+ library-name=libSEC_OMX_Core.so.0,
+ component-name=OMX.SEC.MPEG4.Encoder,
+ sink="video/x-raw-yuv, format=(fourcc){ST12, SN12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
+ src="video/mpeg, mpegversion=(int)4, systemstream=false, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
+ rank=0;
+
+omx_h264enc,
+ type=GstOmxH264Enc,
+ library-name=libSEC_OMX_Core.so.0,
+ component-name=OMX.SEC.AVC.Encoder,
+ sink="video/x-raw-yuv, format=(fourcc){ST12, SN12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
+ src="video/x-h264, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
+ rank=0;
+
+omx_h263enc,
+ type=GstOmxH263Enc,
+ library-name=libSEC_OMX_Core.so.0,
+ component-name=OMX.SEC.H263.Encoder,
+ sink="video/x-raw-yuv, format=(fourcc){ST12, SN12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
+ src="video/x-h263, variant=(string)itu, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
+ rank=0
diff --git a/mmfw-sysconf-simulator/usr/etc/mmfw_camcorder.ini b/mmfw-sysconf-simulator/usr/etc/mmfw_camcorder.ini
index bdb3883..5502fd9 100644
--- a/mmfw-sysconf-simulator/usr/etc/mmfw_camcorder.ini
+++ b/mmfw-sysconf-simulator/usr/etc/mmfw_camcorder.ini
@@ -31,15 +31,13 @@ ModelName = TIZEN_SDK
UseConfCtrl = 1
ConfCtrlFile0 = mmfw_camcorder_dev_video_pri.ini
ConfCtrlFile1 = mmfw_camcorder_dev_video_sec.ini
-;VideosrcElement = avsysvideosrc | 3,0 | do-timestamp,1 | use-pad-alloc,1 | num-alloc-buf,5
VideosrcElement = v4l2src | 1,1 | do-timestamp,1 | device,/dev/video0
-;VideosrcElement = videotestsrc | 0,0
UseVideoscale = 0
VideoscaleElement = videoscale | 3,0 | width,320 | height,240 | method,1
UseZeroCopyFormat = 0
[AudioInput]
-AudiosrcElement = avsysaudiosrc | 2,0 | do-timestamp,1 | slave-method,3
+AudiosrcElement = avsysaudiosrc | 3,0 | do-timestamp,1 | slave-method,3 | latency,0
AudiomodemsrcElement = audiotestsrc | 2,0 | do-timestamp,1 | is-live,1
[VideoOutput]
@@ -58,12 +56,13 @@ UseVideoscale = 0
VideoscaleElement = videoscale | 1,0 | method,1
[VideoEncoder]
-H263 = emulenc_h263 | 0,0
+H263 = emulenc_h263p | 0,0
MPEG4 = emulenc_mpeg4 | 0,0
THEORA = theoraenc | 1,0 | num-bufs,4
[AudioEncoder]
AMR = amrnbenc | 0,0
+AAC = ffenc_aac | 0,0
WAVE = wavenc | 0,0
VORBIS = vorbisenc | 0,0
@@ -75,6 +74,7 @@ PNG = pngenc | 0,0
UseEncodebin = 1
UseCaptureMode = 0
VideoscaleElement = videoscale | 1,0 | method,1
+PlayCaptureSound = 0
[Record]
UseAudioEncoderQueue = 1
@@ -97,12 +97,10 @@ DropVideoFrame = 0
PassFirstVideoFrame = 0
[Mux]
-;3GP = ffmux_3gp_ext | 0,0
3GP = ffmux_3gp | 0,0
-;AMR = ffmux_amr_ext | 0,0
AMR = ffmux_amr | 0,0
-;MP4 = ffmux_mp4_ext | 0,0
MP4 = ffmux_mp4 | 0,0
OGG = oggmux | 0,0
WAV = wavenc | 0,0
+AAC = ffmux_adts | 0,0
diff --git a/mmfw-sysconf-simulator/usr/etc/mmfw_camcorder_dev_video_pri.ini b/mmfw-sysconf-simulator/usr/etc/mmfw_camcorder_dev_video_pri.ini
index 7f656ed..1437420 100644
--- a/mmfw-sysconf-simulator/usr/etc/mmfw_camcorder_dev_video_pri.ini
+++ b/mmfw-sysconf-simulator/usr/etc/mmfw_camcorder_dev_video_pri.ini
@@ -23,29 +23,32 @@
;;; -1:NONE, 0:CAMERA0, 1:CAMERA1
InputIndex = 0,-255 || 0
DeviceName = virtual driver
-PreviewResolution = 160,120 | 176,144 | 320,240 | 352,288 | 640,480 || 640,480
-CaptureResolution = 160,120 | 176,144 | 320,240 | 352,288 | 640,480 || 640,480
+PreviewResolution = 176,144 | 320,240 | 352,288 | 640,480 || 640,480
+CaptureResolution = 176,144 | 320,240 | 352,288 | 640,480 || 640,480
FPS = 30 || 30
; PictureForamt - MSL value
;;; 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
PictureFormat = 4,7,8 || 4
Overlay = 0,1 || 1
-; Recommand preview format for capture
+; Recommend preview format for capture
;;; 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
RecommendPreviewFormatCapture = 7
-; Recommand preview format for record
+; Recommend preview format for record
;;; 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
RecommendPreviewFormatRecord = 7
+; Recommend preview resolution
+;;; 0: NORMAL ratio(4:3), 1: WIDE ratio(16:9)
+RecommendPreviewResolution = 640,480 | 352,288 || 640,480
[Strobe]
;StrobeControl - Not support
;StrobeCapabilities - Not support
; Strobe mode - real setting value
-;;; 0:BASE, 1:OFF, 2:AUTO, 3:ON, 4:TORCH, 5:MAX
+;;; N/A
; Strobe mode - MSL value(convert array index)
;;; 0:OFF, 1:ON, 2:AUTO, 3:REDEYE_REDUCTION, 4:SLOW_SYNC, 5:FRONT_CURTAIN, 6:REAR_CURTAIN, 7:PERMANENT
-StrobeMode = 1,-255,-255,-255,-255,-255,-255,-255 || 1
+StrobeMode = 0,-255,-255,-255,-255,-255,-255,-255 || 0
;StrobeStatus - Not support
;StrobeEV - Not support
@@ -57,20 +60,19 @@ Saturation = 1,20 || 10
Sharpness = 1,20 || 10
; White balance - real setting value
-;;; 0:AUTO, 1:INCANDESCENT, 2:FLUORESCENT_HIGH, 3:FLUORESCENT_LOW, 4:DAYLIGHT, 5:CLOUDY, 6:SHADE, 7:HORIZON, 8:CUSTOM , 9:LED_LIGHT
+;;; N/A
; White balance - MSL value(convert array index)
;;; 0:NONE, 1:AUTO, 2:DAYLIGHT, 3:CLOUDY, 4:FLUOROSCENT, 5:INCANDESCENT, 6:SHADE, 7:HORIZON, 8:FLASH, 9:CUSTOM
-;WhiteBalance = -255,1,4,5,3,2,6,7,-255,-255 || 1
-;WhiteBalance = -255,0,4,5,2,1,6,7,9,8 || 0
+WhiteBalance = 0,-255,-255,-255,-255,-255,-255,-255,-255,-255 || 0
; Color tone - real setting value
-;;; 0:NONE, 1:SEPIA, 2:ANTIQUE, 3:NEGATIVE, 4:EMBOSS, 5:GRAY, 6:OUTLINE, 7:SOLARIZATION
+;;; N/A
; Color tone - MSL value(convert array index)
;;; 0:NONE, 1:MONO, 2:SEPIA, 3:NEGATIVE, 4:BLUE, 5:GREEN, 6:AQUA, 7:VIOLET, 8:ORANGE, 9:GRAY, 10:REC,
;;; 11:ANTIQUE, 12:WARM, 13:PINK, 14:YELLOW, 15:PURPLE, 16:EMBOSS, 17:OUTLINE, 18:SOLARIZATION_1, 19:SOLARIZATION_2, 20:SOLARIZATION_3,
;;; 21:SOLARIZATION_4, 22:SKETCH_1, 23:SKETCH_2, 24:SKETCH_3, 25:SKETCH_4
-;ColorTone = 1,-255,3,2,11,6,5,18,-255,-255,3,4,10,-255,-255,-255,-255,16,17,12,13,14,15,-255,-255,-255,-255 || 0
-;ColorTone = 0,-255,1,3,-255,-255,-255,-255,-255,5,-255,2,-255,-255,-255,-255,4,6,7,-255,-255,-255,-255,-255,-255,-255 || 0
+ColorTone = 0,-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 || 0
+
; Flip - real setting value
;;; 0:NONE, 1:VERTICAL, 2:HORIZONTAL
; Flip - MSL value(convert array index)
@@ -78,10 +80,10 @@ Sharpness = 1,20 || 10
;Flip = 2,1,0 || 0
; Wide Dynamic Range - real setting value
-;;; 1:OFF, 2:ON, 3:AUTO
+;;; N/A
; Wide Dynamic Range - MSL value(convert array index)
;;; 0:OFF, 1:ON, 2:AUTO
-;WDR = 1,2,3 || 3
+WDR = 0,-255,-255 || 0
; Part color mode - real setting value
;;; 0:OFF, 1:SWAP, 2:ACCENT
@@ -104,47 +106,51 @@ Sharpness = 1,20 || 10
;OpticalZoom - Not support
; Focus mode - real setting value
-;;; Not Support, no need to convert
+;;; N/A
; Focus mode - MSL value(convert array index)
;;; 0:NONE, 1:PAN, 2:AUTO, 3:MANUAL, 4:TOUCH_AUTO, 5:CONTINUOUS
-;FocusMode = 0,2,0,1,3,4 || 3
+FocusMode = -255,0,-255,-255,-255,-255 || 0
; Auto focus type - real setting value
-;;; 0:NORMAL, 1:MACRO, 2:FULL
+;;; N/A
; Auto focus - MSL value(convert array index)
;;; 0:NONE, 1:NORMAL, 2:MACRO, 3:FULL
-;AFType = -255,0,1,-255 || 0
+AFType = 0,-255,-255,-255 || 0
; Auto exposure type - real setting value
-;;; 1,ALL 2,CENTER 3,SPOT
+;;; N/A
; Auto exposure mode - MSL value(convert array index)
;;; 0,OFF 1,ALL 2,CENTER1 3,CENTER2 4,CENTER3 5,SPOT1 6,SPOT2 7,CUSTOM1 8,CUSTOM2
-;AEType = -255,1,2,-255,-255,3,-255,-255,-255 || 1
+AEType = -255,0,-255,-255,-255,-255,-255,-255,-255 || 0
-;ExposureValue = 1,9 || 5
+;ExposureValue - Not support
;FNumber - Not support
;ShutterSpeed - Not support
; ISO - real setting value
-;;; 0:AUTO, 1:50, 2:100, 3:200, 4:400, 5:800, 6:1600(Not Supported), 7:3200(Not Supported)
+;;; N/A
; ISO - MSL value(convert array index)
;;; 0:AUTO, 1:50, 2:100, 3:200, 4:400, 5:800, 6:1600, 7:3200
-;ISO = 0,1,2,3,4,5,-255,-255 || 0
+ISO = 0,-255,-255,-255,-255,-255,-255,-255 || 0
; Program mode - real setting value
-;;; 0:NONE, 1:FALL_COLOR, 2:DUSK_N_DAWN, 3:CANDLE_LIGHT, 4:BEACH_SNOW, 5:BACKLIGHT, 6:LANDSCAPE, 7:NIGHT_SCENE, 8:PORTRAIT, 9:SPORTS, 10:INDOOR,
-;;; 11:FIREWORK, 12:TEXT, 13:SHOW_WINDOW
+;;; N/A
; Program mode - MSL value(convert array index)
;;; 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,
;;; 10:FIREWORK, 11:TEXT, 12:SHOW_WINDOW, 13:CANDLE_LIGHT, 14:BACKLIGHT
-;ProgramMode = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 || 1
-;ProgramMode = 0,8,6,9,10,4,-255,2,1,7,11,12,13,3,5 || 0
+ProgramMode = 0,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255 || 0
; Anti-handshake - real setting value
-;;; 0:OFF, 1:Capture, 2:Movie
+;;; N/A
; Anti-handshake - MSL value(convert array index)
;;; 0:OFF, 1:ON, 2:AUTO, 3:MOVIE_ON
-;AntiHandshake = 0,1,-255,2 || 0
+AntiHandshake = 0,-255,-255,-255 || 0
+
+; Face zoom mode
+;;; 0:OFF, 1:ON
+FaceZoomMode = 0 || 0
+; Face zoom level
+FaceZoomLevel = 0,0 || 0
[Capture]
@@ -155,13 +161,15 @@ OutputMode = 4,7,8,13 || 13
JpegQuality = 0,100 || 50
MultishotNumber = 1,255 || 1
SensorEncodedCapture = 0
+; Support HDR
+;;; 0: OFF, 1: ON, 2: ON and Original
+SupportHDR = 0,-255,-255 || 0
[Detect]
; Detect mode
-;;; No need to convert
;;; 0:OFF, 1:ON
-;DetectMode = 0,1 || 0
+DetectMode = 0,-255 || 0
;DetectNumber - Not support
;DetectFocusSelect - Not support
;DetectSelectNumber - Not support
diff --git a/mmfw-sysconf-simulator/usr/etc/mmfw_camcorder_dev_video_sec.ini b/mmfw-sysconf-simulator/usr/etc/mmfw_camcorder_dev_video_sec.ini
index 7875531..6434b0a 100644
--- a/mmfw-sysconf-simulator/usr/etc/mmfw_camcorder_dev_video_sec.ini
+++ b/mmfw-sysconf-simulator/usr/etc/mmfw_camcorder_dev_video_sec.ini
@@ -23,29 +23,32 @@
;;; -1:NONE, 0:CAMERA0, 1:CAMERA1
InputIndex = -255,0 || 0
DeviceName = virtual driver
-PreviewResolution = 160,120 | 176,144 | 320,240 | 352,288 | 640,480 || 640,480
-CaptureResolution = 160,120 | 176,144 | 320,240 | 352,288 | 640,480 || 640,480
+PreviewResolution = 176,144 | 320,240 | 352,288 | 640,480 || 640,480
+CaptureResolution = 176,144 | 320,240 | 352,288 | 640,480 || 640,480
FPS = 30 || 30
; PictureForamt - MSL value
;;; 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
PictureFormat = 4,7,8 || 4
Overlay = 0,1 || 1
-; Recommand preview format for capture
+; Recommend preview format for capture
;;; 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
RecommendPreviewFormatCapture = 7
-; Recommand preview format for record
+; Recommend preview format for record
;;; 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
RecommendPreviewFormatRecord = 7
+; Recommend preview resolution
+;;; 0: NORMAL ratio(4:3), 1: WIDE ratio(16:9)
+RecommendPreviewResolution = 640,480 | 352,288 || 640,480
[Strobe]
;StrobeControl - Not support
;StrobeCapabilities - Not support
; Strobe mode - real setting value
-;;; 0:BASE, 1:OFF, 2:AUTO, 3:ON, 4:TORCH, 5:MAX
+;;; N/A
; Strobe mode - MSL value(convert array index)
;;; 0:OFF, 1:ON, 2:AUTO, 3:REDEYE_REDUCTION, 4:SLOW_SYNC, 5:FRONT_CURTAIN, 6:REAR_CURTAIN, 7:PERMANENT
-StrobeMode = 1,-255,-255,-255,-255,-255,-255,-255 || 1
+StrobeMode = 0,-255,-255,-255,-255,-255,-255,-255 || 0
;StrobeStatus - Not support
;StrobeEV - Not support
@@ -57,20 +60,19 @@ Saturation = 1,20 || 10
Sharpness = 1,20 || 10
; White balance - real setting value
-;;; 0:AUTO, 1:INCANDESCENT, 2:FLUORESCENT_HIGH, 3:FLUORESCENT_LOW, 4:DAYLIGHT, 5:CLOUDY, 6:SHADE, 7:HORIZON, 8:CUSTOM , 9:LED_LIGHT
+;;; N/A
; White balance - MSL value(convert array index)
;;; 0:NONE, 1:AUTO, 2:DAYLIGHT, 3:CLOUDY, 4:FLUOROSCENT, 5:INCANDESCENT, 6:SHADE, 7:HORIZON, 8:FLASH, 9:CUSTOM
-;WhiteBalance = -255,1,4,5,3,2,6,7,-255,-255 || 1
-;WhiteBalance = -255,0,4,5,2,1,6,7,9,8 || 0
+WhiteBalance = 0,-255,-255,-255,-255,-255,-255,-255,-255,-255 || 0
; Color tone - real setting value
-;;; 0:NONE, 1:SEPIA, 2:ANTIQUE, 3:NEGATIVE, 4:EMBOSS, 5:GRAY, 6:OUTLINE, 7:SOLARIZATION
+;;; N/A
; Color tone - MSL value(convert array index)
;;; 0:NONE, 1:MONO, 2:SEPIA, 3:NEGATIVE, 4:BLUE, 5:GREEN, 6:AQUA, 7:VIOLET, 8:ORANGE, 9:GRAY, 10:REC,
;;; 11:ANTIQUE, 12:WARM, 13:PINK, 14:YELLOW, 15:PURPLE, 16:EMBOSS, 17:OUTLINE, 18:SOLARIZATION_1, 19:SOLARIZATION_2, 20:SOLARIZATION_3,
;;; 21:SOLARIZATION_4, 22:SKETCH_1, 23:SKETCH_2, 24:SKETCH_3, 25:SKETCH_4
-;ColorTone = 1,-255,3,2,11,6,5,18,-255,-255,3,4,10,-255,-255,-255,-255,16,17,12,13,14,15,-255,-255,-255,-255 || 0
-;ColorTone = 0,-255,1,3,-255,-255,-255,-255,-255,5,-255,2,-255,-255,-255,-255,4,6,7,-255,-255,-255,-255,-255,-255,-255 || 0
+ColorTone = 0,-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 || 0
+
; Flip - real setting value
;;; 0:NONE, 1:VERTICAL, 2:HORIZONTAL
; Flip - MSL value(convert array index)
@@ -78,10 +80,10 @@ Sharpness = 1,20 || 10
;Flip = 2,1,0 || 0
; Wide Dynamic Range - real setting value
-;;; 1:OFF, 2:ON, 3:AUTO
+;;; N/A
; Wide Dynamic Range - MSL value(convert array index)
;;; 0:OFF, 1:ON, 2:AUTO
-;WDR = 1,2,3 || 3
+WDR = 0,-255,-255 || 0
; Part color mode - real setting value
;;; 0:OFF, 1:SWAP, 2:ACCENT
@@ -104,47 +106,51 @@ Sharpness = 1,20 || 10
;OpticalZoom - Not support
; Focus mode - real setting value
-;;; Not Support, no need to convert
+;;; N/A
; Focus mode - MSL value(convert array index)
;;; 0:NONE, 1:PAN, 2:AUTO, 3:MANUAL, 4:TOUCH_AUTO, 5:CONTINUOUS
-;FocusMode = 0,2,0,1,3,4 || 3
+FocusMode = -255,0,-255,-255,-255,-255 || 0
; Auto focus type - real setting value
-;;; 0:NORMAL, 1:MACRO, 2:FULL
+;;; N/A
; Auto focus - MSL value(convert array index)
;;; 0:NONE, 1:NORMAL, 2:MACRO, 3:FULL
-;AFType = -255,0,1,-255 || 0
+AFType = 0,-255,-255,-255 || 0
; Auto exposure type - real setting value
-;;; 1,ALL 2,CENTER 3,SPOT
+;;; N/A
; Auto exposure mode - MSL value(convert array index)
;;; 0,OFF 1,ALL 2,CENTER1 3,CENTER2 4,CENTER3 5,SPOT1 6,SPOT2 7,CUSTOM1 8,CUSTOM2
-;AEType = -255,1,2,-255,-255,3,-255,-255,-255 || 1
+AEType = -255,0,-255,-255,-255,-255,-255,-255,-255 || 0
-;ExposureValue = 1,9 || 5
+;ExposureValue - Not support
;FNumber - Not support
;ShutterSpeed - Not support
; ISO - real setting value
-;;; 0:AUTO, 1:50, 2:100, 3:200, 4:400, 5:800, 6:1600(Not Supported), 7:3200(Not Supported)
+;;; N/A
; ISO - MSL value(convert array index)
;;; 0:AUTO, 1:50, 2:100, 3:200, 4:400, 5:800, 6:1600, 7:3200
-;ISO = 0,1,2,3,4,5,-255,-255 || 0
+ISO = 0,-255,-255,-255,-255,-255,-255,-255 || 0
; Program mode - real setting value
-;;; 0:NONE, 1:FALL_COLOR, 2:DUSK_N_DAWN, 3:CANDLE_LIGHT, 4:BEACH_SNOW, 5:BACKLIGHT, 6:LANDSCAPE, 7:NIGHT_SCENE, 8:PORTRAIT, 9:SPORTS, 10:INDOOR,
-;;; 11:FIREWORK, 12:TEXT, 13:SHOW_WINDOW
+;;; N/A
; Program mode - MSL value(convert array index)
;;; 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,
;;; 10:FIREWORK, 11:TEXT, 12:SHOW_WINDOW, 13:CANDLE_LIGHT, 14:BACKLIGHT
-;ProgramMode = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 || 1
-;ProgramMode = 0,8,6,9,10,4,-255,2,1,7,11,12,13,3,5 || 0
+ProgramMode = 0,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255,-255 || 0
; Anti-handshake - real setting value
-;;; 0:OFF, 1:Capture, 2:Movie
+;;; N/A
; Anti-handshake - MSL value(convert array index)
;;; 0:OFF, 1:ON, 2:AUTO, 3:MOVIE_ON
-;AntiHandshake = 0,1,-255,2 || 0
+AntiHandshake = 0,-255,-255,-255 || 0
+
+; Face zoom mode
+;;; 0:OFF, 1:ON
+FaceZoomMode = 0 || 0
+; Face zoom level
+FaceZoomLevel = 0,0 || 0
[Capture]
@@ -155,13 +161,16 @@ OutputMode = 4,7,8,13 || 13
JpegQuality = 0,100 || 50
MultishotNumber = 1,255 || 1
SensorEncodedCapture = 0
+; Support HDR
+;;; 0: OFF, 1: ON, 2: ON and Original
+SupportHDR = 0,-255,-255 || 0
[Detect]
; Detect mode
;;; No need to convert
;;; 0:OFF, 1:ON
-;DetectMode = 0,1 || 0
+DetectMode = 0,-255 || 0
;DetectNumber - Not support
;DetectFocusSelect - Not support
;DetectSelectNumber - Not support
diff --git a/mmfw-sysconf-simulator/usr/etc/mmfw_player.ini b/mmfw-sysconf-simulator/usr/etc/mmfw_player.ini
index cbbb981..ced2ae9 100644
--- a/mmfw-sysconf-simulator/usr/etc/mmfw_player.ini
+++ b/mmfw-sysconf-simulator/usr/etc/mmfw_player.ini
@@ -7,9 +7,10 @@ use sink handler = yes
disable segtrap = yes ; same effect with --gst-disable-segtrap
-; set default video sink but, it can be replaced with others selected by application
-; 0:v4l2sink, 1:ximagesink, 2:xvimagesink, 3:fakesink 4:evasimagesink 5:glimagesink
-videosink element = 2
+; set default videosink element according to video surface type(X, EVAS, NULL)
+videosink element x = xvimagesink
+videosink element evas = evasimagesink
+videosink element fake = fakesink
video converter element = ffmpegcolorspace
@@ -22,7 +23,7 @@ skip rescan = yes
delay before repeat = 50 ; msec
; comma separated list of tocken which elemnts has it in it's name will not be used
-element exclude keyword = ffdec_, omx
+element exclude keyword = ffdec_, omx_
async start = yes
@@ -82,9 +83,12 @@ rtsp error concealment = yes
use video hw accel = no
-[features]
+[sound effect]
+; preset audio filter setting
+audio filter preset = no
-audio filter = no
+; custom audio filter setting (EQ/extension)
+audio filter custom = no
[priority]
@@ -98,5 +102,3 @@ videosink = 96
audiosink = 97
ringbuffer = 98
-
-