From f50aaaf0b60d172f766b593d3830659826a4103b Mon Sep 17 00:00:00 2001 From: xianming wang Date: Tue, 26 Dec 2017 17:26:22 +0800 Subject: SnapdragonCamera: Set AE/AF Region after create capture request Apply the AF/AE Region after create capture request, avoid the issue which touch ROI reset during snapshot. CRs-Fixed: 2163900 Change-Id: I9796ac940b700b0028d575dafb61552cb561e0b5 --- src/com/android/camera/CaptureModule.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/com/android/camera/CaptureModule.java b/src/com/android/camera/CaptureModule.java index 1b0b519b1..402afd70a 100755 --- a/src/com/android/camera/CaptureModule.java +++ b/src/com/android/camera/CaptureModule.java @@ -1549,6 +1549,8 @@ public class CaptureModule implements CameraModule, PhotoController, } applySettingsForJpegInformation(captureBuilder, id); + applyAFRegions(captureBuilder, id); + applyAERegions(captureBuilder, id); if (!mIsSupportedQcfa) { addPreviewSurface(captureBuilder, null, id); } -- cgit v1.2.3