History log of /packages/apps/Camera2/src/com/android/camera/one/v2/Camera2OneCameraManagerImpl.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ef22af43f7769ce6975f674351d29d5fa0df5e07 25-Jun-2015 Alan Newberger <alann@google.com> Ensure CaptureModule/API2 works without front camera

Add a check in both first run dialogs, and the generated HardwareSpec,
so that front cameras are only used if detected.

BUG=21781461

Change-Id: I6844655b2fd3df90b649f5dfd6a006ef68dbf1da
/packages/apps/Camera2/src/com/android/camera/one/v2/Camera2OneCameraManagerImpl.java
1d84d7107686aa428ee2eeb1a8caf0ea3e43b1df 12-Mar-2015 Paul Rohde <codelogic@google.com> Re-arrange camera initialization.

This change re-arranges several things to make it possible to know
the CameraId you are about to open before you actually open the
camera device. It also adds an explicit CameraId class for handling
both legacy and camera2 id comparisons, an active camera tracker,
and moves the camera id query mechanism into a hardware manager
class in prep for the subsequent camera release.

Bug: 19679820

Change-Id: I4c09b9a12a1ea5badcac3a6a073a56764f9a7eba
/packages/apps/Camera2/src/com/android/camera/one/v2/Camera2OneCameraManagerImpl.java