summaryrefslogtreecommitdiffstats
path: root/camera/docs/metadata_properties.xml
diff options
context:
space:
mode:
authorZhijun He <zhijunhe@google.com>2013-10-02 14:06:15 -0700
committerZhijun He <zhijunhe@google.com>2013-10-02 14:06:15 -0700
commit59ccb1e070e988e93e5191a4bf5d0d7e5331e463 (patch)
tree3e22b8f7eaae3720e74af5e4d4b10b1c8ee15033 /camera/docs/metadata_properties.xml
parent160c39080317e74de1154cd9acbef686e348eba7 (diff)
downloadandroid_system_media-59ccb1e070e988e93e5191a4bf5d0d7e5331e463.tar.gz
android_system_media-59ccb1e070e988e93e5191a4bf5d0d7e5331e463.tar.bz2
android_system_media-59ccb1e070e988e93e5191a4bf5d0d7e5331e463.zip
camera_metadata: make face score range 1-100
1-100 is what we specified in API side. Bug: 10406212 Change-Id: Id0180dc44b95c43ad820a307d9e3bd98b8fd74fb
Diffstat (limited to 'camera/docs/metadata_properties.xml')
-rw-r--r--camera/docs/metadata_properties.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/docs/metadata_properties.xml b/camera/docs/metadata_properties.xml
index abb9b5db..6e338b86 100644
--- a/camera/docs/metadata_properties.xml
+++ b/camera/docs/metadata_properties.xml
@@ -2296,7 +2296,7 @@ xsi:schemaLocation="http://schemas.android.com/service/camera/metadata/ metadata
</array>
<description>List of the face confidence scores for
detected faces</description>
- <range>0-100</range>
+ <range>1-100</range>
<notes>Only available if faceDetectMode != OFF. The value should be
meaningful (for example, setting 100 at all times is illegal).</notes>
<tag id="BC" />