[artik10/camera] Change supported format from YUY2 to I420 and recommended display... 53/68853/4
authorJeongmo Yang <jm80.yang@samsung.com>
Tue, 10 May 2016 06:29:16 +0000 (15:29 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Tue, 10 May 2016 09:03:07 +0000 (18:03 +0900)
Change-Id: Ifd238ca9ded3fe21f692267c200d32fd96255494
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
mmfw-sysconf-target-artik10/etc/multimedia/mmfw_camcorder_dev_video_pri.ini
packaging/mmfw-sysconf.spec

index 3fa0a7ca06e1d140e98dd1f1cdcb8bcbf7c867d4..86bae62b5592873e72c0af6f23e551c4c22e8ee0 100644 (file)
@@ -29,17 +29,17 @@ FPS1 = 5,10,15,30 || 15
 FPS2 = 5,10,15 || 15
 ; 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, 14:INTERLEAVED_JPEG_UYVY, 15:ENCODED_H264
-PictureFormat = 4 || 4
+PictureFormat = 7 || 7
 Overlay = 0,1 || 1
 ; Recommend display rotation
 ;;; 0:NONE, 1:90, 2:180, 3:270
-RecommendDisplayRotation = 0
+RecommendDisplayRotation = 3
 ; Recommend 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, 15:ENCODED_H264
-RecommendPreviewFormatCapture = 4
+RecommendPreviewFormatCapture = 7
 ; Recommend 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, 15:ENCODED_H264
-RecommendPreviewFormatRecord = 4
+RecommendPreviewFormatRecord = 7
 ; Recommend preview resolution
 ;;; 0: NORMAL ratio(4:3), 1: WIDE ratio(16:9), 2: SQUARE ratio(1:1)
 RecommendPreviewResolution = 1280,960 | 1280,720 | 1280,960 || 1280,720
@@ -187,7 +187,7 @@ FaceZoomLevel = 0,0 || 0
 ; Output mode
 ;;; No need to convert
 ;;; 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
-OutputMode = 4,13 || 13
+OutputMode = 7,13 || 13
 JpegQuality = 1,100 || 95
 MultishotNumber = 1,1 || 1
 SensorEncodedCapture = 0
index 42f99b84443c733035b1741315dd472c540900da..7f222c2cae05f14d828dc1dababe4eb152fcb555 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:       mmfw-sysconf
 Summary:    Multimedia Framework system configuration package
-Version:    0.2.61
+Version:    0.2.62
 Release:    0
 Group:      Multimedia/Configuration
 License:    LGPL-2.1+ and Apache-2.0