camera: enable full mode face detection by default

Bug: 31979356
Change-Id: I528ff564f7626c5b87b81c5163f8b2ad33d9ad0c
This commit is contained in:
Zhijun He
2017-04-26 14:42:38 -07:00
parent 216b3bca6b
commit 846ba1ccd3

View File

@@ -221,7 +221,12 @@ PRODUCT_PROPERTY_OVERRIDES += \
# camera TNR controls
PRODUCT_PROPERTY_OVERRIDES += \
persist.camera.tnr.video=1 \
persist.camera.tnr.video=1
# Enable full mode face detection by default
PRODUCT_PROPERTY_OVERRIDES += \
persist.camera.facedetect=3
# WLAN driver configuration files
PRODUCT_COPY_FILES += \