commit | 249851702f493585da82b7540a962e5ac3da3bf7 | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Fri Jul 17 17:25:48 2009 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Jul 17 17:25:48 2009 -0700 |
tree | 2620a6fb34aa32a0f802838e7c9cfae5e72821ed | |
parent | c689b3d8829cd39751c038a851fbef24a75689ec [diff] | |
parent | f4ee65c832146befe968533f99a7830a3d265e0f [diff] |
Merge change 7453 * changes: Add zoom and postview callbacks to Camera. This patch adds a zoom callback to the Java layer. If the hardware supports a smooth zoom function, this provides a way to update the UI as the zoom is moving from its original setting to the new commanded setting. This postview callback supports receive a processed image before the JPEG encode completes. This allows the display to be rotated without losing the final preview frame.