History log of /packages/apps/Camera2/src/com/android/camera/one/v2/ImageCaptureManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b4b27f2c7738cd5e3f31a281d66a33f4698810b3 16-Jan-2015 Shashi Shekhar <shashishekhar@google.com> Port burst to use FrameServer.

Port burst to frameserver
- simplifies burst interfaces
- removes burst methods from OneCamera.
- locks orientation when burst is running.
- Deletes most old code for burst integration.
- Removes frame distributor preview forwarding, instead frames are
streamed using a surface texture the Surface for which is passed
as a output target to the create capture session.
- Deletes FrameDistributor, now the low-res frames are streamed to a new
surface specifically setup for burst.

Change-Id: I50f2955bb48610a7e284f9609cd70b8e4e1f1059
/packages/apps/Camera2/src/com/android/camera/one/v2/ImageCaptureManager.java
6e981cafa9cc57ebc7100cb84f68fb74dbd163da 07-Jan-2015 I-Jong Lin <ijonglin@google.com> Image Plane Proxy for Image Content Testability

Adds in an Image Plane wrapper level so that image content can be
decoupled from the native Android Image objects whose constructors
are privated and cannot be extended.

Change-Id: Ia16418d18010e672f6c3e5db64bb7f6a9b3b2f3e
/packages/apps/Camera2/src/com/android/camera/one/v2/ImageCaptureManager.java
01d56038a53487a9b7989bd17c732b8919da64f1 18-Dec-2014 Paul Rohde <codelogic@google.com> Delete unused code.

Change-Id: I55e6da712199cb106781bea8a51cf98fd5ed7e31
/packages/apps/Camera2/src/com/android/camera/one/v2/ImageCaptureManager.java
987ee64612e2510004fdf08536746c87234d01c1 05-Dec-2014 Paul Rohde <codelogic@google.com> Drop new focus indicator into Camera2.

* Create a new custom focus view that interacts with physical lens diopter changes.
* Replace all occurances of the old focus indicator with the new one.

Change-Id: Ia02646ce4d1eb059ecb8a1dfccc15dfc9c167e1b
/packages/apps/Camera2/src/com/android/camera/one/v2/ImageCaptureManager.java
82d592f64966766ac4e4181e08b0d2989d4ed9c3 12-Nov-2014 Shashi Shekhar <shashishekhar@google.com> Hook burst controller to the shutter button long press.

Hooks up the shutter button long press to start the burst.
Introduces a BurstManager to interact with burst.
Provides an implementation of BurstManager that listens to burst and
saves results when burst is complete.

The burst eviction handler is now installed on the ring buffer
on shutter button press and uninstalled on shutter button release.
The ring buffer is cleared before starting and after completion of the
burst.

Also provides a stub implementation of the BurstController that has a
static method which controls if burst is enabled or not.

Bug: 18332704

Change-Id: I1098937bf348af7acbf55da1a5eeb423c30fb901
/packages/apps/Camera2/src/com/android/camera/one/v2/ImageCaptureManager.java
df93cdd91f8f47794f26a066be3630e178b9ce36 13-Oct-2014 Alan Newberger <alann@google.com> am 7839867c: Merge "Update to use real L codename." into ub-camera-glacier

* commit '7839867c4c6eb837d5e7c1c5851741d4933f5fb1':
Update to use real L codename.
43d66a0cac75bbb0adb0933124002e1eb1f439b9 08-Oct-2014 Dianne Hackborn <hackbod@google.com> Update to use real L codename.

Change-Id: If6e5f02f693848f6cb0014084dccf910be4c958d
/packages/apps/Camera2/src/com/android/camera/one/v2/ImageCaptureManager.java
f5c62537715e8ab5e586491b75e8ddff9a3d9f6a 08-Sep-2014 Alan Newberger <alann@google.com> DO NOT MERGE Update Camera2 to use latest APIs

Bug: 17423266
Change-Id: I1f1d79619d89971b387a78756b8f3b4d4b45d76e
(cherry picked from commit 76215c98a9a11d87b5ce9d2b4198654c2b8bbddf)
/packages/apps/Camera2/src/com/android/camera/one/v2/ImageCaptureManager.java
76215c98a9a11d87b5ce9d2b4198654c2b8bbddf 08-Sep-2014 Alan Newberger <alann@google.com> DO NOT MERGE Update Camera2 to use latest APIs

Bug: 17423266
Change-Id: I1f1d79619d89971b387a78756b8f3b4d4b45d76e
/packages/apps/Camera2/src/com/android/camera/one/v2/ImageCaptureManager.java
4fc7b8182f0f9b67d77539ff2bffa7ae2cac619f 06-Sep-2014 Alan Newberger <alann@google.com> DO NOT MERGE Revert "Update camera2 API usage"

This temporarily reverts commit for unbundled branch 9c84812bba91831e1759c23e8c92082a8a5f44fd.

Change-Id: Ic4767cd27373c36dd77df4469f5006ced8746f9f
(cherry picked from commit 21fdb9db957973fa00777b65787db7e887fc070d)
/packages/apps/Camera2/src/com/android/camera/one/v2/ImageCaptureManager.java
21fdb9db957973fa00777b65787db7e887fc070d 06-Sep-2014 Alan Newberger <alann@google.com> DO NOT MERGE Revert "Update camera2 API usage"

This temporarily reverts commit for unbundled branch 9c84812bba91831e1759c23e8c92082a8a5f44fd.

Change-Id: Ic4767cd27373c36dd77df4469f5006ced8746f9f
/packages/apps/Camera2/src/com/android/camera/one/v2/ImageCaptureManager.java
d686e6d6fd331d617ff7ec8a09572797b1cc8081 06-Sep-2014 Puneet Lall <puneetl@google.com> Merge "Implemented rotation of zsl images" into ub-camera-haleakala
0ad7ab0b0a0d17a96438a503d0c918979b5d6480 05-Sep-2014 Puneet Lall <puneetl@google.com> Implemented rotation of zsl images

Bug: 17370310
Change-Id: Ida437d817482d19224d7afd2f06b00960480bd1c
/packages/apps/Camera2/src/com/android/camera/one/v2/ImageCaptureManager.java
9c84812bba91831e1759c23e8c92082a8a5f44fd 05-Sep-2014 Eino-Ville Talvala <etalvala@google.com> Update camera2 API usage

Rename listeners to callbacks

Bug: 17389922
Change-Id: I33affcaeec331eca2d084ded4eb199f86fa58765
/packages/apps/Camera2/src/com/android/camera/one/v2/ImageCaptureManager.java
17d9084e38e64f06a9d411d64fe3c2739d299cda 29-Aug-2014 Andy Huibers <andyhuibers@google.com> Add short flash animation and shutter sound to ZSL camera.

Bug: 17217567
Change-Id: I9a75fdd15e03f47029ef4a631287899718794c5c
/packages/apps/Camera2/src/com/android/camera/one/v2/ImageCaptureManager.java
182ba6f13e9dab9a9c0341efe4c907ff7853352d 29-Aug-2014 Puneet Lall <puneetl@google.com> [ZSL Cam] Fixed shutter button, compress on threadpool.

Change-Id: I4c2167163ee35ba841f459ae76779f44647bcb28
/packages/apps/Camera2/src/com/android/camera/one/v2/ImageCaptureManager.java
580f451fc85cc752e71eb730006b90d09aaafb55 28-Aug-2014 Puneet Lall <puneetl@google.com> Zsl flash, auto focus, and other minor fixes

Bug: 17216526
Bug: 17221258
Change-Id: I5129c57674874d3a29789e0c9029eadeaa138788
/packages/apps/Camera2/src/com/android/camera/one/v2/ImageCaptureManager.java
512001df0211fa8999593717a0f186457a5a9cef 14-Aug-2014 Puneet Lall <puneetl@google.com> Initial ZSL implementation

Bug: 16961251
Change-Id: I03c7c1813f99d460495472addc7f733e1bfa6a97
/packages/apps/Camera2/src/com/android/camera/one/v2/ImageCaptureManager.java