Snap for 4600820 from 8a6fed0d28 to pi-release

Change-Id: Iefe442ef7f7bb04dbae08695fe46545493bafdde
This commit is contained in:
android-build-team Robot 2018-02-13 08:40:06 +00:00
commit 5393d7f299

View file

@ -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,