summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-02-13 08:40:06 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-02-13 08:40:06 +0000
commit5393d7f299dacd95371478d255fceb7a9e3560c4 (patch)
tree9f29c0a0ef75f68e350b5d0f0a489d199b5d1520
parent66c1e53d2d7f186ac128676e113a30a31009644c (diff)
parent8a6fed0d280014d84fe0f6a802f1cf29600e5bae (diff)
downloadlibhardware-5393d7f299dacd95371478d255fceb7a9e3560c4.tar.gz
Snap for 4600820 from 8a6fed0d280014d84fe0f6a802f1cf29600e5bae to pi-release
Change-Id: Iefe442ef7f7bb04dbae08695fe46545493bafdde
-rw-r--r--include/hardware/camera3.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/hardware/camera3.h b/include/hardware/camera3.h
index a58b8b4f..c3ea0aa7 100644
--- a/include/hardware/camera3.h
+++ b/include/hardware/camera3.h
@@ -183,7 +183,6 @@
* for a logical multi camera, the application has the option to specify individual
* settings for a particular physical device.
*
- * - Add request templates MOTION_TRACKING_PREVIEW and MOTION_TRACKING_BEST
*/
/**
@@ -2182,10 +2181,6 @@ typedef enum camera3_request_template {
*/
CAMERA3_TEMPLATE_MANUAL = 6,
- // Added in 3.5
- CAMERA3_TEMPLATE_MOTION_TRACKING_PREVIEW = 7,
- CAMERA3_TEMPLATE_MOTION_TRACKING_BEST = 8,
-
/* Total number of templates */
CAMERA3_TEMPLATE_COUNT,