From: Jussi Saavalainen Date: Fri, 11 Jan 2013 11:04:38 +0000 (+0200) Subject: Workaround bad front camera resolution issue X-Git-Tag: 2.1b_release~9^2~8 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fadaptation%2Fintel_mfld%2Fmmfw-sysconf-mfld-blackbay.git;a=commitdiff_plain;h=ac3d68ea8ee469b5e5b6f2754011674d0c17448a Workaround bad front camera resolution issue The camera stack has a tendency to hang the ISP driver if the front camera is set to 800x600 viewfinder. Remove that from the config while waiting for a code fix. Change-Id: I8b029b1d812647456782e5d57340ce6431674ecc --- 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 2925154..e5c83fd 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,7 +23,7 @@ ;;; -1:NONE, 0:CAMERA0, 1:CAMERA1 InputIndex = -255,1 || 1 DeviceName = mt9m114 -PreviewResolution = 160,120 | 176,144 | 320,240 | 352,288 | 640,480 | 800,600 | 1280,720 || 800,600 +PreviewResolution = 160,120 | 176,144 | 320,240 | 352,288 | 640,480 | 1280,720 || 640,480 CaptureResolution = 160,120 | 176,144 | 320,240 | 352,288 | 640,480 | 800,600 | 1280,720 | 1280,960 || 1280,960 FPS = 30 || 30 DisplayRect = 0,0 | 0,112 || 0,112 diff --git a/packaging/mmfw-sysconf-mfld-blackbay.changes b/packaging/mmfw-sysconf-mfld-blackbay.changes index 1712a6d..14f3903 100644 --- a/packaging/mmfw-sysconf-mfld-blackbay.changes +++ b/packaging/mmfw-sysconf-mfld-blackbay.changes @@ -1,3 +1,6 @@ +* Fri Jan 11 2013 Jussi Saavalainen submit/tizen_2.0/20121221.184847@7bdfdd1 +- Workaround bad front camera resolution issue + * Wed Jan 02 2013 Jussi Saavalainen submit/tizen_2.0/20121221.184847@27fb96f - camera: Disable muxer faststart and default VF/video to 800x600