History log of /packages/apps/Camera2/src/com/android/camera/one/config/OneCameraFeatureConfigCreator.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d3611d6a86f46fb877e5260410ddd6389445be1e 19-Jun-2015 Alan Newberger <alann@google.com> AOSP Camera source should run camera2 API on M

In all cases has Camera2 app run in CaptureModule, using
capability levels to configure in either LEGACY or LIMITED
JPEG, or full ZSL mode.

BUG=21490086

Change-Id: I75842e9afc8d6ef387dd6611a5251394e8318caa
/packages/apps/Camera2/src/com/android/camera/one/config/OneCameraFeatureConfigCreator.java
107171c5ac8bfe6ba65176d2ca9ce878e16309a2 25-Mar-2015 Sascha Haeberling <haeberling@google.com> DO NOT MERGE Disable ZSL for N5.

Bug: 19565931

Data showed the preview freeze is happening and WAR is not working.

Change-Id: I9e49bfe7cdf447ef5fe57a1a393ba8d96d1b051b
/packages/apps/Camera2/src/com/android/camera/one/config/OneCameraFeatureConfigCreator.java
a166b882d74c9c8d638479b79517c99448865e99 04-Mar-2015 Senpo Hu <senpo@google.com> Decouple OneCameraManager and CameraActivity.

1. To allow other activity (such as SettingsActivity) to
create OneCameraManager.

2. Also simplify OneCameraManager.open() and OneCameraCreator.create()
interface by introducing OneCameraCaptureSetting. From time to time,
we always need to change these interfaces if we want to pass in more
things to OneCamera. This solves the headache and also removes the
dependency between OneCameraCreator and SettingsManager.

Bug: 18523154
Change-Id: Ifb9077bb046740c600dab3b3b369a0f422dbbbeb
/packages/apps/Camera2/src/com/android/camera/one/config/OneCameraFeatureConfigCreator.java
a10a07d23b207fd2e7c2c415b69bec87199a41f1 26-Feb-2015 Andy Huibers <andyhuibers@google.com> Disable ZSL for pre-MR1 L only for Nexus 5 and 6.

Bug: 19534046
Change-Id: I6c46c5027658cc6afc6e486114149b46a2f8f4c1
/packages/apps/Camera2/src/com/android/camera/one/config/OneCameraFeatureConfigCreator.java
8f51086c8177056345de996963515c4bd3415254 19-Feb-2015 Sascha Haeberling <haeberling@google.com> Centralize logic for Camera API feature determination.

Bug: 19179276

This captures camera capabilities in a centralized class and allows
them to be overridden by GServices in the field or using adb.

Since this is not it's own class it would be trivial to create another
instance for testing and pass that into CameraActivity or even to change
these values using a UI before the actual Activity is started.

Change-Id: I74262c8467f631c7b5e42b02d269d5f401d4e9e7
/packages/apps/Camera2/src/com/android/camera/one/config/OneCameraFeatureConfigCreator.java