summaryrefslogtreecommitdiff
path: root/src/com/android/camera/CaptureModule.java
diff options
context:
space:
mode:
authorweijiew <weijiew@codeaurora.org>2017-05-05 17:14:18 +0800
committerweijiew <weijiew@codeaurora.org>2017-05-05 19:31:46 +0800
commited806d23b93e8dae24465402e7c736c2f334a986 (patch)
tree9255025bcbfc6502cb69dd683970707b2e071c89 /src/com/android/camera/CaptureModule.java
parentd35d20015170337d5b6092e852b2f54fde487ce3 (diff)
SnapdragonCamera: Only support max picture size
Only support max picture size Change-Id: Ia7739400029cc5a1db9d128f000a1482789dfd75
Diffstat (limited to 'src/com/android/camera/CaptureModule.java')
-rw-r--r--[-rwxr-xr-x]src/com/android/camera/CaptureModule.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/com/android/camera/CaptureModule.java b/src/com/android/camera/CaptureModule.java
index c4f56f2a6..da51aac68 100755..100644
--- a/src/com/android/camera/CaptureModule.java
+++ b/src/com/android/camera/CaptureModule.java
@@ -1728,8 +1728,10 @@ public class CaptureModule implements CameraModule, PhotoController,
if (isClearSightOn()) {
if(i == getMainCameraId()) {
- ClearSightImageProcessor.getInstance().init(map, mPictureSize.getWidth(),
- mPictureSize.getHeight(), mActivity, mOnMediaSavedListener);
+// ClearSightImageProcessor.getInstance().init(map, mPictureSize.getWidth(),
+// mPictureSize.getHeight(), mActivity, mOnMediaSavedListener);
+ ClearSightImageProcessor.getInstance().init(map, mActivity,
+ mOnMediaSavedListener);
ClearSightImageProcessor.getInstance().setCallback(this);
}
} else {