summaryrefslogtreecommitdiffstats
path: root/camera2/portability/src/com/android/ex/camera2/portability/CameraAgentFactory.java
Commit message (Collapse)AuthorAgeFilesLines
* camera2-portability: Make factory offer choice of backing APISol Boucher2014-08-151-14/+122
| | | | | | | | | | This allows apps using the library to decide whether to jump to the new API. Users of the library may choose to use the Camera class, the camera2 API, or have the choice made automatically based on the device's API level. The choice may also be globally overridden by means of a system property. Bug: 16875535 Change-Id: I92e4be96fbd04057be61ceb8a0c58935770022f6
* camera2-portability: Add support for previews using the camera2 APISol Boucher2014-07-081-3/+9
| | | | | | | At the moment, only SurfaceTextures (and not SurfaceViews/SurfaceHolders) are supported. The tests still only cover Stringifier and IntegralStringifier. Change-Id: Ie643c58f8383cd3b9f59c16e0b79239df0ca068d
* camera2-portability: Fix the rest of the 'Andorid' typoSol Boucher2014-06-181-3/+3
| | | | | | This resolves build breakage. Change-Id: I3cab88fdee5f86d183b1307dac714466336fc476
* camera2-portability: Rename CameraManager to CameraAgentSol Boucher2014-06-181-0/+52
This resolves a naming clash with a class in the new camera2 framework API. Change-Id: Id53aa3e0bbe9e9edaa82b0aec695fd835c3d0ef9