aboutsummaryrefslogtreecommitdiff
path: root/en/devices/camera/camera3.html
diff options
context:
space:
mode:
authorAndroid Partner Docs <noreply@android.com>2019-01-31 16:55:24 -0800
committerMark Hecomovich <mheco@google.com>2019-02-01 07:29:34 -0800
commit3fbb9e0053b81286309c23898fdecd7b933cdf02 (patch)
tree2d140c6a5441c87eb0b4a02fc10ac5d545c129ff /en/devices/camera/camera3.html
parent56cd845b72cebfc74b8c527936ed2e4aff4b51dd (diff)
downloadsource.android.com-3fbb9e0053b81286309c23898fdecd7b933cdf02.tar.gz
Docs: Changes to source.android.com
- 231881498 Improve image quality in Android P power management conte... by Janet Davies <janetd@google.com> - 231880127 Add links to the hwasan patches. by Android Partner Docs <noreply@android.com> - 231815061 Add instructions for debugging in VS Code by Kenneth Lau <kennethlau@google.com> - 231791311 Modular Kernels: fix typo by Android Partner Docs <noreply@android.com> - 231790813 Set up: consistently use uppercase 'Python' when referenc... by Android Partner Docs <noreply@android.com> - 231790746 Set up: Build Environment: fix typo by Android Partner Docs <noreply@android.com> - 231681839 Update Camera HAL note by Kenneth Lau <kennethlau@google.com> - 231660908 Hello, by Aparna Kliebenstein <ashelke@google.com> - 231619056 Devsite localized content from translation request 1097090. by Android Partner Docs <noreply@android.com> - 231618944 Devsite localized content from translation request 1094215. by Android Partner Docs <noreply@android.com> - 231618928 Devsite localized content from translation request 552911. by Android Partner Docs <noreply@android.com> - 231618923 Devsite localized content from translation request 1097088. by Android Partner Docs <noreply@android.com> - 231489043 Fix documented kernel config option for enabling ext4 enc... by Android Partner Docs <noreply@android.com> - 231443319 Devsite localized content from translation request 1097084. by Android Partner Docs <noreply@android.com> - 231443304 Devsite localized content from translation request 1097086. by Android Partner Docs <noreply@android.com> - 231438081 Update link to updated zip file by Kenneth Lau <kennethlau@google.com> - 231426393 Devsite localized content from translation request 1092190. by Android Partner Docs <noreply@android.com> - 231426378 Devsite localized content from translation request 1097087. by Android Partner Docs <noreply@android.com> - 231318520 Correct wrong link to image by Kenneth Lau <kennethlau@google.com> - 231314863 Update images and zip file. by Kenneth Lau <kennethlau@google.com> - 231264039 Update images and text by Kenneth Lau <kennethlau@google.com> - 231243440 Devsite localized content from translation request 1093583. by Android Partner Docs <noreply@android.com> - 231243428 Devsite localized content from translation request 1096727. by Android Partner Docs <noreply@android.com> - 231243410 Devsite localized content from translation request 1093591. by Android Partner Docs <noreply@android.com> - 231243331 Devsite localized content from translation request 1094216. by Android Partner Docs <noreply@android.com> - 231243312 Devsite localized content from translation request 1094057. by Android Partner Docs <noreply@android.com> - 231243304 Devsite localized content from translation request 1093780. by Android Partner Docs <noreply@android.com> - 230975764 Adding Translation links for Janurary Android Bulletin by Luke Haviland <lhaviland@google.com> PiperOrigin-RevId: 231881498 Change-Id: Ib8f9b5b2277f2ada710cd5ebbfda837c9c8e3d05
Diffstat (limited to 'en/devices/camera/camera3.html')
-rw-r--r--en/devices/camera/camera3.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/en/devices/camera/camera3.html b/en/devices/camera/camera3.html
index bb2e6833..71e90a34 100644
--- a/en/devices/camera/camera3.html
+++ b/en/devices/camera/camera3.html
@@ -30,7 +30,7 @@ to your underlying camera driver and hardware. Android 8.0 introduced
<a href="/devices/architecture/treble">Treble</a>, switching the CameraHal API
to a stable interface defined by the HAL Interface Description Language (HIDL).
If you have previously developed a camera
-HAL module and driver for older versions of Android, be aware of significant
+HAL module and driver for Android 7.0 and lower, be aware of significant
changes in the camera pipeline.</p>
<h2 id="v3-enhance">Camera HAL3 features</h2>
@@ -84,12 +84,12 @@ may be repeated indefinitely (with <code>setRepeatingRequest()</code>). Captures
have priority over repeating requests.</p>
<img src="images/camera_simple_model.png" alt="Camera data model" id="figure2" />
-<p class="img-caption"><strong>Figure 2.</strong> Camera core operation model</p>
+<p class="img-caption"><strong>Figure 1.</strong> Camera core operation model</p>
<h2 id="overview">Camera HAL1 overview</h2>
-<aside class="note"><strong>Note:</strong> Camera HAL1 has been deprecated. New
-devices should use Camera HAL3.</aside>
+<aside class="note"><strong>Note:</strong> As Camera HAL1 has been deprecated,
+ Camera HAL3 is recommended for devices launching on Android 9 or higher.</aside>
<p>Version 1 of the camera subsystem was designed as a black box with high-level
controls and the following three operating modes:</p>
@@ -105,7 +105,7 @@ hard to implement new features such as burst mode, which falls between two of
the operating modes.</p>
<img src="images/camera_block.png" alt="Camera block diagram" id="figure1" />
-<p class="img-caption"><strong>Figure 1.</strong> Camera components</p>
+<p class="img-caption"><strong>Figure 2.</strong> Camera components</p>
<p>Android 7.0 continues to support camera HAL1 as many devices still rely on
it. In addition, the Android camera service supports implementing both HALs (1