[rpi3/camera] Change default preview resolution 13/230813/1 accepted/tizen/unified/20200416.090818 submit/tizen/20200416.042629
authorJeongmo Yang <jm80.yang@samsung.com>
Tue, 14 Apr 2020 09:00:33 +0000 (18:00 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Tue, 14 Apr 2020 09:00:33 +0000 (18:00 +0900)
- Some USB webcam does not support 320x240 resolution,
  so default setting preview could be failed.

[Version] 0.2.165
[Profile] Common
[Issue Type] Update

Change-Id: I7d66ee01e45c4528b72f4e3551107ecdd0e8fc03
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
mmfw-sysconf-target-rpi3/etc/multimedia/mmfw_camcorder_camera0.ini
packaging/mmfw-sysconf.spec

index 728196e..dea154c 100644 (file)
@@ -21,7 +21,7 @@
 ;;; -1:NONE, 0:CAMERA0, 1:CAMERA1
 InputIndex = 0,-255 || 0
 DeviceName = USB_CAMERA
-PreviewResolution = 320,240 | 640,480 || 320,240
+PreviewResolution = 320,240 | 640,480 || 640,480
 CaptureResolution = 320,240 | 640,480 || 640,480
 VideoResolution = 320,240 | 640,480 || 640,480
 FPS0 = 0,15,30 || 15
@@ -41,7 +41,7 @@ RecommendPreviewFormatCapture = 7
 RecommendPreviewFormatRecord = 7
 ; Recommend preview resolution
 ;;; 0: NORMAL ratio(4:3), 1: WIDE ratio(16:9), 2: SQUARE ratio(1:1)
-RecommendPreviewResolution = 320,240 | 320,240 | 320,240 || 320,240
+RecommendPreviewResolution = 640,480 | 640,480 | 640,480 || 640,480
 ; Camera facing direction
 ;;; 0:REAR, 1:FRONT
 FacingDirection = 0
index e370600..552174e 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mmfw-sysconf
 Summary:    Multimedia Framework system configuration package
-Version:    0.2.164
+Version:    0.2.165
 Release:    0
 Group:      Multimedia/Configuration
 License:    LGPL-2.1 and Apache-2.0