Camera: Revise MOTION_TRACKING capability
Simplify the API for the P release.
Test: Revised Camera CTS passes
Bug: 63629224
Change-Id: Ib8379f928dbdb6c66850d7648ac814fe710bb104
diff --git a/include/hardware/camera3.h b/include/hardware/camera3.h
index a58b8b4..c3ea0aa 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 @@
*/
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,