summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChien-Yu Chen <cychen@google.com>2017-05-03 12:17:47 -0700
committerChien-Yu Chen <cychen@google.com>2017-05-03 12:35:50 -0700
commit853e0dd3a0dad2e5ff6b615c82ed74f4cab46b98 (patch)
tree6db85bd6fe5fe01263ae598f2f33637ffd7b152c
parent6bbcd2a35d3018aeccbda4bdb4adb16efe9f5889 (diff)
downloadandroid_system_media-853e0dd3a0dad2e5ff6b615c82ed74f4cab46b98.tar.gz
android_system_media-853e0dd3a0dad2e5ff6b615c82ed74f4cab46b98.tar.bz2
android_system_media-853e0dd3a0dad2e5ff6b615c82ed74f4cab46b98.zip
camera: Clarify ZSL supports
For application-operated ZSL, use CAMERA3_TEMPLATE_ZERO_SHUTTER_LAG template. Test: make Bug: 34689167 Change-Id: I4e3fab6abb93f697589d5ce541529f8d51095d17
-rw-r--r--camera/docs/docs.html2
-rw-r--r--camera/docs/metadata_properties.xml2
-rw-r--r--camera/docs/ndk_metadata_properties.xml2
3 files changed, 6 insertions, 0 deletions
diff --git a/camera/docs/docs.html b/camera/docs/docs.html
index 96a16e48..e8613126 100644
--- a/camera/docs/docs.html
+++ b/camera/docs/docs.html
@@ -4300,6 +4300,7 @@ TEMPLATE_<wbr/>STILL_<wbr/>CAPTURE template may be <code>true</code>.<wbr/> The
<code>false</code> if present.<wbr/></p>
<p>For applications targeting SDK versions older than O,<wbr/> the value of enableZsl in all
capture templates is always <code>false</code> if present.<wbr/></p>
+<p>For application-operated ZSL,<wbr/> use CAMERA3_<wbr/>TEMPLATE_<wbr/>ZERO_<wbr/>SHUTTER_<wbr/>LAG template.<wbr/></p>
</td>
</tr>
@@ -9032,6 +9033,7 @@ TEMPLATE_<wbr/>STILL_<wbr/>CAPTURE template may be <code>true</code>.<wbr/> The
<code>false</code> if present.<wbr/></p>
<p>For applications targeting SDK versions older than O,<wbr/> the value of enableZsl in all
capture templates is always <code>false</code> if present.<wbr/></p>
+<p>For application-operated ZSL,<wbr/> use CAMERA3_<wbr/>TEMPLATE_<wbr/>ZERO_<wbr/>SHUTTER_<wbr/>LAG template.<wbr/></p>
</td>
</tr>
diff --git a/camera/docs/metadata_properties.xml b/camera/docs/metadata_properties.xml
index f2fa1a83..f800efe9 100644
--- a/camera/docs/metadata_properties.xml
+++ b/camera/docs/metadata_properties.xml
@@ -2831,6 +2831,8 @@ xsi:schemaLocation="http://schemas.android.com/service/camera/metadata/ metadata
For applications targeting SDK versions older than O, the value of enableZsl in all
capture templates is always `false` if present.
+
+ For application-operated ZSL, use CAMERA3_TEMPLATE_ZERO_SHUTTER_LAG template.
</details>
<hal_details>
It is valid for HAL to produce regular output images for requests with STILL_CAPTURE
diff --git a/camera/docs/ndk_metadata_properties.xml b/camera/docs/ndk_metadata_properties.xml
index 6eb95f79..cb346f36 100644
--- a/camera/docs/ndk_metadata_properties.xml
+++ b/camera/docs/ndk_metadata_properties.xml
@@ -2849,6 +2849,8 @@ xsi:schemaLocation="http://schemas.android.com/service/camera/metadata/ metadata
For applications targeting SDK versions older than O, the value of enableZsl in all
capture templates is always `false` if present.
+
+ For application-operated ZSL, use CAMERA3_TEMPLATE_ZERO_SHUTTER_LAG template.
</details>
<hal_details>
It is valid for HAL to produce regular output images for requests with STILL_CAPTURE