camcorder: change audio source to pulseaudio and image format updates
authorMarko Ollonen <marko.ollonen@ixonos.com>
Fri, 17 Aug 2012 08:50:29 +0000 (11:50 +0300)
committerMarko Ollonen <marko.ollonen@ixonos.com>
Wed, 22 Aug 2012 05:39:39 +0000 (08:39 +0300)
Change-Id: I0c4223fdc904f76ce85f2ac0c60b5e2b6d18fb09

mmfw-sysconf-simulator/usr/etc/mmfw_camcorder.ini
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 67147a4..3cb1875 100644 (file)
@@ -40,7 +40,8 @@ VideoscaleElement = videoscale | 3,0 | width,320 | height,240 | method,1
 UseZeroCopyFormat = 0
 
 [AudioInput]
-AudiosrcElement = avsysaudiosrc | 2,0 | do-timestamp,1 | slave-method,3
+;AudiosrcElement = avsysaudiosrc | 2,0 | do-timestamp,1 | slave-method,3
+AudiosrcElement = pulsesrc | 1,0 | do-timestamp,1
 AudiomodemsrcElement = audiotestsrc | 2,0 | do-timestamp,1 | is-live,1
 
 [VideoOutput]
index 50d92b7..9c00cf3 100644 (file)
 ;;; -1:NONE, 0:CAMERA0, 1:CAMERA1
 InputIndex = 0,-255 || 0
 DeviceName = mt9e013
-PreviewResolution = 160,120 | 176,144 | 320,240 | 352,288 | 640,480 || 640,480
-CaptureResolution = 160,120 | 176,144 | 320,240 | 352,288 | 640,480 || 640,480
+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
 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
-PictureFormat = 4,5,7,8 || 5
+PictureFormat = 4,7,8 || 7
 Overlay = 0,1 || 1
 ; Recommand preview format for capture
 ;;; 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, 14:INTERLEAVED_JPEG_UYVY
-RecommendPreviewFormatCapture = 5
+RecommendPreviewFormatCapture = 7
 ; Recommand preview format for record
 ;;; 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, 14:INTERLEAVED_JPEG_UYVY
-RecommendPreviewFormatRecord = 5
+RecommendPreviewFormatRecord = 7
 
 
 [Strobe]
index a102cfa..861de8c 100644 (file)
 ;;; -1:NONE, 0:CAMERA0, 1:CAMERA1
 InputIndex = -255,1 || 1
 DeviceName = mt9m114
-PreviewResolution = 160,120 | 176,144 | 320,240 | 352,288 | 640,480 || 640,480
-CaptureResolution = 160,120 | 176,144 | 320,240 | 352,288 | 640,480 || 640,480
+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
 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
-PictureFormat = 4,5,7,8 || 5
+PictureFormat = 4,7,8 || 7
 Overlay = 0,1 || 1
 ; Recommand preview format for capture
 ;;; 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, 14:INTERLEAVED_JPEG_UYVY
-RecommendPreviewFormatCapture = 5
+RecommendPreviewFormatCapture = 7
 ; Recommand preview format for record
 ;;; 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, 14:INTERLEAVED_JPEG_UYVY
-RecommendPreviewFormatRecord = 5
+RecommendPreviewFormatRecord = 7
 
 
 [Strobe]
index 1d4f00d..cd45fc6 100644 (file)
@@ -1,3 +1,6 @@
+* Fri Aug 17 2012 Marko Ollonen <marko.ollonen@ixonos.com> build/2012-07-09.074620@9d1b5db
+- camcorder: change audio source to pulseaudio and image format updates
+
 * Thu Aug 16 2012 Marko Ollonen <marko.ollonen@ixonos.com> build/2012-07-09.074620@7386cbe
 - enable digital zoom to cameras