From: Marko Ollonen Date: Wed, 3 Oct 2012 12:33:17 +0000 (+0300) Subject: camera configuration: full resolution image capture for main camera. X-Git-Tag: 2.1b_release~9^2~26 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fadaptation%2Fintel_mfld%2Fmmfw-sysconf-mfld-blackbay.git;a=commitdiff_plain;h=8db2f4a09761f364041b37baf579617152f8095e camera configuration: full resolution image capture for main camera. Change-Id: Iff0b18e565ab81668e52b4ddfe4b9758a4ed506d --- 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 9c00cf3..aa91e7f 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,8 +23,8 @@ ;;; -1:NONE, 0:CAMERA0, 1:CAMERA1 InputIndex = 0,-255 || 0 DeviceName = mt9e013 -PreviewResolution = 160,120 | 176,144 | 320,240 | 352,288 | 1280,960 || 1280,960 -CaptureResolution = 160,120 | 176,144 | 320,240 | 352,288 | 1280,960 || 1280,960 +PreviewResolution = 160,120 | 176,144 | 320,240 | 352,288 | 640,480 | 800,600 || 640,480 +CaptureResolution = 160,120 | 176,144 | 320,240 | 352,288 | 1280,960 | 1600,1200 | 3264,2448 || 3264,2448 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 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 8d83973..a805124 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,8 +23,8 @@ ;;; -1:NONE, 0:CAMERA0, 1:CAMERA1 InputIndex = -255,1 || 1 DeviceName = mt9m114 -PreviewResolution = 160,120 | 176,144 | 320,240 | 352,288 | 1280,960 || 1280,960 -CaptureResolution = 160,120 | 176,144 | 320,240 | 352,288 | 1280,960 || 1280,960 +PreviewResolution = 160,120 | 176,144 | 320,240 | 352,288 | 640,480 || 640,480 +CaptureResolution = 160,120 | 176,144 | 320,240 | 352,288 | 640,480 | 1280,960 || 1280,960 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 diff --git a/packaging/mmfw-sysconf-mfld-blackbay.changes b/packaging/mmfw-sysconf-mfld-blackbay.changes index 897a3a2..972f602 100644 --- a/packaging/mmfw-sysconf-mfld-blackbay.changes +++ b/packaging/mmfw-sysconf-mfld-blackbay.changes @@ -1,3 +1,6 @@ +* Wed Oct 03 2012 Marko Ollonen accepted/2.0_beta/20120920.114230@354cd4e +- camera configuration: full resolution image capture for main camera. + * Thu Sep 20 2012 Yan Yin accepted/2.0_beta/20120917.204415@81e09c7 - use VAAPI HW decoder instead of ffmpeg software ones.