diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-12-26 11:08:59 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-12-26 11:08:59 -0800 |
| commit | 443f1ffe54ee3cb511676940272f45c15a1ae34e (patch) | |
| tree | 92585fd24757aab3df46cd673e0bbc999bc75f35 /src/com/android/camera/CaptureModule.java | |
| parent | d6a9e6e2047205fd3b94f16612b7a41dbbcfae5a (diff) | |
| parent | f50aaaf0b60d172f766b593d3830659826a4103b (diff) | |
Merge "SnapdragonCamera: Set AE/AF Region after create capture request"
Diffstat (limited to 'src/com/android/camera/CaptureModule.java')
| -rwxr-xr-x | src/com/android/camera/CaptureModule.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/camera/CaptureModule.java b/src/com/android/camera/CaptureModule.java index 41a6edb59..c4810557e 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); } |
