History log of /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/AndroidCameraCapabilities.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5f82a7e40f93cf9ae70ba1dacb61e907b8bdcc83 20-Jul-2015 Charles Zhang <ZhangCharles518@gmail.com> fix a mistake in AndroidCameraCapabilities.buildWhiteBalances().

1.fix a mistake in AndroidCameraCapabilities.buildWhiteBalances().
2.add White Balance Parameter setting in applySettingsToParameters().

Change-Id: Ic74493026ebfa09e27f7c3ea83fee300f751c5c1
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/AndroidCameraCapabilities.java
90e75d1f90b85e11f6905966ea28d59916935c68 05-Oct-2014 Alan Newberger <alann@google.com> Check isZoomSupported before any zoom ratio calculations.

Per API doc, isZoomeSupported should be checked before calling
getZoomRatios or getMaxZoom. Moving zoom calculation into
isZoomSupported check fixed crash in front camera with no zoom
support, where a HAL/fwk returns a null list of zoom ratios.

Bug: 17863266
Change-Id: I80b5f7a431e7bbe4d50e5d062628e38eda3fd0a6
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/AndroidCameraCapabilities.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/portability/src/com/android/ex/camera2/portability/AndroidCameraCapabilities.java
15773a64b42023e31e2aade23ae44273862a9c04 31-Jul-2014 Alan Newberger <alann@google.com> add TORCH support to camera1 portability library

In the move to the portability library, TORCH mode got dropped.

Bug: 16680156
Change-Id: I3878c2399246bdb5cc80311c49533971c0c4c3d2
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/AndroidCameraCapabilities.java
a0842b40441db5332a5290f941021636b1182761 09-Jun-2014 Sol Boucher <solb@google.com> camera2-portability: Add support for previews using the camera2 API

At the moment, only SurfaceTextures (and not SurfaceViews/SurfaceHolders) are
supported. The tests still only cover Stringifier and IntegralStringifier.

Change-Id: Ie643c58f8383cd3b9f59c16e0b79239df0ca068d
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/AndroidCameraCapabilities.java
01e7c02174ef268b6d6daaa5a5bb4f752d55964c 18-Jun-2014 Angus Kong <shkong@google.com> Add various supports in settings and capabilities.

1. View angles in capabilities.
2. Preview formats setting.
3. Photo formats setting.
4. Recording hint for video recording preview setting.
5. JPEG thumbnail size setting.

Change-Id: Ib8e33cf838859ae76a662fffcc496250ad85c203
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/AndroidCameraCapabilities.java
8097973089420749dcd1ab4974a629c2466b31cc 11-Jun-2014 Angus Kong <shkong@google.com> Refactor out Camera.Parameters.

Change-Id: Ibc1ddac509381530e887b7491069e6367e9a6088
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/AndroidCameraCapabilities.java
c36e3c983c232dc45ed31f3d8e98d8cdd7ac14ba 23-Apr-2014 Angus Kong <shkong@google.com> First Step: CameraCapabilities intead of Parameter

To get rid of Camera.Parameters, we need to provide our own interfaces.
Camera.Parameters actually consists of 2 parts: capabilities and settings. We'll
provide two interfaces and will just use Camera.Parameters inside of
CameraManager implementations.

Change-Id: I53922b6d740835412d74365374a6a0382129564e
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/AndroidCameraCapabilities.java