summaryrefslogtreecommitdiffstats
path: root/libcamera
diff options
context:
space:
mode:
authorJeong-Seok Yang <jseok.yang@samsung.com>2011-03-10 19:29:36 +0900
committerSimon Wilson <simonwilson@google.com>2011-03-16 09:53:31 -0700
commitf6512678ce725b6eeb6354277af632f59a066863 (patch)
treed35bee4e8375dec216bd671b14e4b8077053f6f4 /libcamera
parenta1cd4084be8bf6b9cddb535213065604ba53cabb (diff)
downloaddevice_samsung_crespo-f6512678ce725b6eeb6354277af632f59a066863.zip
device_samsung_crespo-f6512678ce725b6eeb6354277af632f59a066863.tar.gz
device_samsung_crespo-f6512678ce725b6eeb6354277af632f59a066863.tar.bz2
libcamera: for supporting QVGA and QCIF on front camera
Feature: Supporting QVGA is Google's request for gtalk. Additionally, QCIF is supported because device driver already support it. Change-Id: I702e433cadf216c7fda141a6703d64c3dd1dc420 Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
Diffstat (limited to 'libcamera')
-rw-r--r--libcamera/SecCameraHWInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcamera/SecCameraHWInterface.cpp b/libcamera/SecCameraHWInterface.cpp
index fed80e3..8a1275e 100644
--- a/libcamera/SecCameraHWInterface.cpp
+++ b/libcamera/SecCameraHWInterface.cpp
@@ -163,7 +163,7 @@ void CameraHardwareSec::initDefaultParameters(int cameraId)
"2560x1920,2048x1536,1600x1200,1280x960,640x480");
} else {
p.set(CameraParameters::KEY_SUPPORTED_PREVIEW_SIZES,
- "640x480,176x144");
+ "640x480,320x240,176x144");
p.set(CameraParameters::KEY_SUPPORTED_PICTURE_SIZES,
"640x480");
}