commit | 97b38a81ac989ccba02d726011a82541f14166df | [log] [tgz] |
---|---|---|
author | Eino-Ville Talvala <etalvala@google.com> | Mon Sep 17 17:55:07 2012 -0700 |
committer | Eino-Ville Talvala <etalvala@google.com> | Tue Sep 18 10:55:03 2012 -0700 |
tree | d683f7f7e7a75db4da9d3745267cdb1ed303e1f0 | |
parent | 874a4618b645ab5c1faaa738a871f52492f28de3 [diff] [blame] |
Camera2: ZSL: Do regular capture if AE is not satisfied. - Check the AE state of the selected ZSL buffer; if it's not reporting as CONVERGED or LOCKED, fall back to normal capture sequence - Add more debugging for the ZSL queue. Bug: 6910087 Change-Id: I77a4287580aa9ddbd58438477c40ce829555d0ca
diff --git a/services/camera/libcameraservice/Camera2Client.cpp b/services/camera/libcameraservice/Camera2Client.cpp index eb72412..4fad83e 100644 --- a/services/camera/libcameraservice/Camera2Client.cpp +++ b/services/camera/libcameraservice/Camera2Client.cpp
@@ -345,6 +345,8 @@ mFrameProcessor->dump(fd, args); + mZslProcessor->dump(fd, args); + result = " Device dump:\n"; write(fd, result.string(), result.size());