diff options
| author | 2014-09-22 16:13:54 -0700 | |
|---|---|---|
| committer | 2014-09-22 16:13:54 -0700 | |
| commit | 6f387098c2c9006a1fecfe18c7052b2cc40a1941 (patch) | |
| tree | 58e00a4edcede2cde4d9b71168269debe10e7a1e | |
| parent | c0f337ca7a75f70a9e44fc786931a9ab69be0769 (diff) | |
camera2: Docs update for available AF modes.
Bug: 17588783
Change-Id: If4010517e79b3a51bd6231424a10be672ff5a252
| -rw-r--r-- | core/java/android/hardware/camera2/CameraCharacteristics.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/hardware/camera2/CameraCharacteristics.java b/core/java/android/hardware/camera2/CameraCharacteristics.java index c52534823ad6..55ca4865b409 100644 --- a/core/java/android/hardware/camera2/CameraCharacteristics.java +++ b/core/java/android/hardware/camera2/CameraCharacteristics.java @@ -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} > 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} > 0</code>) will support AUTO mode.</p> * * @see CaptureRequest#CONTROL_AF_MODE * @see CameraCharacteristics#LENS_INFO_MINIMUM_FOCUS_DISTANCE |