aboutsummaryrefslogtreecommitdiff
path: root/en/devices/camera/camera3.html
diff options
context:
space:
mode:
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