summaryrefslogtreecommitdiffstats
path: root/include/hardware/camera2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hardware/camera2.h')
-rw-r--r--include/hardware/camera2.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/hardware/camera2.h b/include/hardware/camera2.h
index 7f06c52..0764cb1 100644
--- a/include/hardware/camera2.h
+++ b/include/hardware/camera2.h
@@ -400,7 +400,10 @@ enum {
* full-resolution images without compromising preview frame rate. 3A on
* auto.
*/
- CAMERA2_TEMPLATE_ZERO_SHUTTER_LAG
+ CAMERA2_TEMPLATE_ZERO_SHUTTER_LAG,
+
+ /* Total number of templates */
+ CAMERA2_TEMPLATE_COUNT
};