camera configuration: full resolution image capture for main camera.
authorMarko Ollonen <marko.ollonen@ixonos.com>
Wed, 3 Oct 2012 12:33:17 +0000 (15:33 +0300)
committerMarko Ollonen <marko.ollonen@ixonos.com>
Wed, 3 Oct 2012 12:34:50 +0000 (15:34 +0300)
Change-Id: Iff0b18e565ab81668e52b4ddfe4b9758a4ed506d

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

index 9c00cf3..aa91e7f 100644 (file)
@@ -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
index 8d83973..a805124 100644 (file)
@@ -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
index 897a3a2..972f602 100644 (file)
@@ -1,3 +1,6 @@
+* Wed Oct 03 2012 Marko Ollonen <marko.ollonen@ixonos.com> accepted/2.0_beta/20120920.114230@354cd4e
+- camera configuration: full resolution image capture for main camera.
+
 * Thu Sep 20 2012 Yan Yin <yan.yin@intel.com> accepted/2.0_beta/20120917.204415@81e09c7
 - use VAAPI HW decoder instead of ffmpeg software ones.