Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0006633 authored by Ruben Brunk's avatar Ruben Brunk Committed by Android Git Automerger
Browse files

am e39469e5: am 04ddd954: am c947ff9e: am a34b25cc: am 12f73fcf: Merge...

am e39469e5: am 04ddd954: am c947ff9e: am a34b25cc: am 12f73fcf: Merge "camera2: Docs update for available AF modes." into lmp-dev

* commit 'e39469e500de0d5ef1845d3f6c01b99adb835390':
  camera2: Docs update for available AF modes.
parents 95bd128b 0498c048
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -391,9 +391,9 @@ public final class CameraCharacteristics extends CameraMetadata<CameraCharacteri
     * <p>Not all the auto-focus modes may be supported by a
     * given camera device. This entry lists the valid modes for
     * {@link CaptureRequest#CONTROL_AF_MODE android.control.afMode} for this camera device.</p>
     * <p>All camera devices will support OFF mode, and all camera devices with
     * adjustable focuser units (<code>{@link CameraCharacteristics#LENS_INFO_MINIMUM_FOCUS_DISTANCE android.lens.info.minimumFocusDistance} &gt; 0</code>)
     * will support AUTO mode.</p>
     * <p>All LIMITED and FULL mode camera devices will support OFF mode, and all
     * camera devices with adjustable focuser units
     * (<code>{@link CameraCharacteristics#LENS_INFO_MINIMUM_FOCUS_DISTANCE android.lens.info.minimumFocusDistance} &gt; 0</code>) will support AUTO mode.</p>
     *
     * @see CaptureRequest#CONTROL_AF_MODE
     * @see CameraCharacteristics#LENS_INFO_MINIMUM_FOCUS_DISTANCE