diff options
| author | Camera Software Integration <camswint@quicinc.com> | 2017-05-11 04:01:55 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-11 04:01:55 -0700 |
| commit | 9d91e7ac658f4020a4c00ab7ac4d01a7b51b2def (patch) | |
| tree | 9b4842d4bdf521153c34f547eb3346be4f5231f7 /src/com/android/camera/CaptureModule.java | |
| parent | b58257d6a6b29ab6799ce51903df37e0f3e83e79 (diff) | |
| parent | ed806d23b93e8dae24465402e7c736c2f334a986 (diff) | |
Merge "SnapdragonCamera: Only support max picture size" into camera.lnx.2.0-dev
Diffstat (limited to 'src/com/android/camera/CaptureModule.java')
| -rw-r--r--[-rwxr-xr-x] | src/com/android/camera/CaptureModule.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/com/android/camera/CaptureModule.java b/src/com/android/camera/CaptureModule.java index 0f6e8ed62..96ec5d8f2 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 { |
