camera: Set native VF for main cam, tweak VF display rect
authorTelle-Tiia Pitkänen <telle-tiia.pitkanen@ixonos.com>
Wed, 21 Nov 2012 13:55:14 +0000 (15:55 +0200)
committerTelle-Tiia Pitkänen <telle-tiia.pitkanen@ixonos.com>
Wed, 21 Nov 2012 13:55:14 +0000 (15:55 +0200)
Change-Id: I23fa37384eb82d6f495a08bb9f8f8a617dd86110

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

index b2c74fa..043e640 100644 (file)
@@ -59,7 +59,7 @@ VideosinkElementNull = fakesink | 2,0 | qos,0 | sync,0
 UseVideoscale = 0
 VideoscaleElement = videoscale | 1,0 | method,1
 UseComplexVideosink = 1
-VideosinkDescription = vaapiupload direct-rendering=0 qos=false ! vaapisink qos=false sync=false rotation=270 fullscreen=1
+VideosinkDescription = vaapiupload direct-rendering=0 qos=false ! vaapisink qos=false sync=false rotation=270
 
 [VideoEncoder]
 H263 = emulenc_h263 | 0,0
index b51683d..467783e 100644 (file)
 ;;; -1:NONE, 0:CAMERA0, 1:CAMERA1
 InputIndex = 0,-255 || 0
 DeviceName = mt9e013
-PreviewResolution = 320,240 | 352,288 | 576,720 | 576,800 | 1280,720 | 800,576 || 800,576
-CaptureResolution = 320,240 | 352,288 | 1024,600 | 1280,720 | 1280,960 | 1920,1080 | 2640,1486 | 3264,1836 | 3264,2448 | 800,576 || 800,576
+PreviewResolution = 800,600 | 1600,1200 | 1600,940 || 800,600
+CaptureResolution = 320,240 | 352,288 | 640,480 | 800,600 | 1024,600 | 1280,720 | 1280,960 | 1920,1080 | 2048,1536 | 3264,1836 | 3264,2448 || 2048,1536
+DisplayRect = 0,112 || 0,112
+DisplayResolution = 580,800 || 580,800
 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 10f4a9d..8bb1b58 100644 (file)
@@ -1,6 +1,9 @@
 * Thu Nov 08 2012 Yan Yin <yan.yin@intel.com> accepted/trunk/20121029.202429@bebf926
 - use vaapiupload for software decoded video.
 
+* Wed Oct 31 2012 Jussi Saavalainen <jussi.saavalainen@ixonos.com> submit/trunk/20121029.091012@b56b643
+- camera: Set native VF for main cam, tweak VF display rect
+
 * Sat Oct 27 2012 Marko Ollonen <marko.ollonen@ixonos.com> accepted/trunk/20121025.174022@c6a577f
 - camera source name change and not use encodebin anymore.