History log of /frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/Camera2UtilsTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
171362f843c1e7623f29db1781176f85b1f74815 09-Sep-2014 Eino-Ville Talvala <etalvala@google.com> Camera2: Update for camera2 API changes

Add frame number to CaptureCallback#onCaptureStarted

Bug: 17421092
Change-Id: I8ffc0c7c22a5f3a25e923aaf1ecf166c7a264508
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/Camera2UtilsTest.java
bb013aa3e197e881756be5ad13e6ad30bfb4aeff 04-Sep-2014 Eino-Ville Talvala <etalvala@google.com> Camera2: Renames for API consistency

- Listener -> Callback
- add/remove callbacks -> register/unregister

Bug: 17389922
Change-Id: I6e162ae18447b5a4fcabc17d17b1341f341fc47d
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/Camera2UtilsTest.java
984a086412a94ebea1bd9af8cd8bbf4afab38034 25-Aug-2014 Sol Boucher <solb@google.com> camera2-portability: Optimize out some camera2 AE precaptures

If it's already converged and the flash isn't being forced on, there's no need
to force the precapture routine, which would delay our capture significantly.
Also use onCaptureProgressed() instead of onCaptureCompleted() when possible.

Change-Id: I0bb7956498b0070382cd5b39b7ccdc0cc0765913
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/Camera2UtilsTest.java
9d8668449376fa47bc6528c7a61b04d6a0f691b3 20-Aug-2014 Sol Boucher <solb@google.com> camera2-portability: Switch to ratio-based zoom interfaces

This eliminates the deprecated index-based CameraSettings zoom methods in favor
of floating-point ratio based versions, and includes the plumbing to make those
work for both the camera1 and camera2 underlying framework APIs.

Bug: 17016658
Change-Id: I0567a53cd57bfa6d53604e3c5457a39ef49e3cb4
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/Camera2UtilsTest.java
de48004068f8c16f9a56c60b0ed2485a67687b4b 23-Jul-2014 Sol Boucher <solb@google.com> camera2-portability: Support photo capture using camera2 API

This implements JPEG capture, including an autoexposure precapture sequence.
There are many changes to AndroidCamera2Capabilities and AndroidCamera2Settings
to support the representation of modes (e.g. flash modes) whose flags do not
map trivially between the API implementations. Part of this work is the
conversion of AndroidCamera2AgentImpl to use and store a
Camera2RequestSettingsSet instead of a bare API 2 CaptureRequest.Builder.

Change-Id: I03f9f98c954a7b0c140ac8d80161878c92ef65d2
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/Camera2UtilsTest.java
8ba391e3f88936557ad6d44bbef32cb08f4ca310 24-Jul-2014 Sol Boucher <solb@google.com> Create new com.android.ex.camera2.utils package

It contains:
- Camera2RequestSettingsSet class for storing/unioning CaptureRequest.Builders
- A Camera2CaptureListenerSplitter class for connecting multiple such listeners
- A Camera2CpatureListenerForwarder for relaying callbacks to another Handler

Change-Id: I47381e4a45b4232b86e5498a1cc39cc600b5c5c5
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/Camera2UtilsTest.java