summaryrefslogtreecommitdiffstats
path: root/include/hardware/camera2.h
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2012-11-27 18:06:06 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-02-15 19:47:45 +0000
commitd2a877536a1fe22101cf40def1b6d07e35c3868a (patch)
tree0da880301afe44962df2e1d9804d263c935bf2af /include/hardware/camera2.h
parent18dff4eb6311b4c34f2df73561c3a812a5f917cd (diff)
downloadhardware_libhardware-d2a877536a1fe22101cf40def1b6d07e35c3868a.zip
hardware_libhardware-d2a877536a1fe22101cf40def1b6d07e35c3868a.tar.gz
hardware_libhardware-d2a877536a1fe22101cf40def1b6d07e35c3868a.tar.bz2
Camera device HAL 3.0
- High-level behavior is identical to device HAL 2.0 - Interface is cleaned up and simplified greatly Change-Id: Ia867bbf9484be2256470f4acfab7fc3d47e408f4
Diffstat (limited to 'include/hardware/camera2.h')
-rw-r--r--include/hardware/camera2.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/include/hardware/camera2.h b/include/hardware/camera2.h
index 5d45325..5cfdbff 100644
--- a/include/hardware/camera2.h
+++ b/include/hardware/camera2.h
@@ -25,8 +25,7 @@
*
* EXPERIMENTAL.
*
- * Supports both the android.hardware.ProCamera and
- * android.hardware.Camera APIs.
+ * Supports the android.hardware.Camera APIs.
*
* Camera devices that support this version of the HAL must return
* CAMERA_DEVICE_API_VERSION_2_0 in camera_device_t.common.version and in
@@ -38,6 +37,13 @@
*
* See camera_common.h for more versioning details.
*
+ * Version history:
+ *
+ * 2.0: Initial release (Android 4.2):
+ * - Sufficient for implementing existing android.hardware.Camera API.
+ * - Allows for ZSL queue in camera service layer
+ * - Not tested for any new features such manual capture control,
+ * Bayer RAW capture, reprocessing of RAW data.
*/
__BEGIN_DECLS