Workaround bad front camera resolution issue
authorJussi Saavalainen <jussi.saavalainen@ixonos.com>
Fri, 11 Jan 2013 11:04:38 +0000 (13:04 +0200)
committerTelle-Tiia Pitkänen <telle-tiia.pitkanen@ixonos.com>
Fri, 11 Jan 2013 12:15:01 +0000 (14:15 +0200)
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

mmfw-sysconf-simulator/usr/etc/mmfw_camcorder_dev_video_sec.ini
packaging/mmfw-sysconf-mfld-blackbay.changes

index 2925154..e5c83fd 100644 (file)
@@ -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
index 1712a6d..14f3903 100644 (file)
@@ -1,3 +1,6 @@
+* Fri Jan 11 2013 Jussi Saavalainen <jussi.saavalainen@ixonos.com> submit/tizen_2.0/20121221.184847@7bdfdd1
+- Workaround bad front camera resolution issue
+
 * Wed Jan 02 2013 Jussi Saavalainen <jussi.saavalainen@ixonos.com> submit/tizen_2.0/20121221.184847@27fb96f
 - camera: Disable muxer faststart and default VF/video to 800x600