diff options
| author | 2018-01-23 03:03:31 +0000 | |
|---|---|---|
| committer | 2018-01-23 03:03:31 +0000 | |
| commit | 3bc6f794e6d83c45e1be76f141e7bd58b8ffabab (patch) | |
| tree | 2fccd7da68e48dee6298ace9de789de966b37d65 | |
| parent | b91082d8e023fbf15734244522d1b4b34bbe58ed (diff) | |
| parent | 5f9da396acaaf543a0d5a14ada5b2a75a794cd9d (diff) | |
Merge "camera: Modify AF scene change"
| -rw-r--r-- | core/java/android/hardware/camera2/CaptureResult.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/hardware/camera2/CaptureResult.java b/core/java/android/hardware/camera2/CaptureResult.java index 4b9351183681..d730fa8a31cf 100644 --- a/core/java/android/hardware/camera2/CaptureResult.java +++ b/core/java/android/hardware/camera2/CaptureResult.java @@ -2203,8 +2203,6 @@ public class CaptureResult extends CameraMetadata<CaptureResult.Key<?>> { * significant illumination change, this value will be set to DETECTED for a single capture * result. Otherwise the value will be NOT_DETECTED. The threshold for detection is similar * to what would trigger a new passive focus scan to begin in CONTINUOUS autofocus modes.</p> - * <p>afSceneChange may be DETECTED only if afMode is AF_MODE_CONTINUOUS_VIDEO or - * AF_MODE_CONTINUOUS_PICTURE. In other AF modes, afSceneChange must be NOT_DETECTED.</p> * <p>This key will be available if the camera device advertises this key via {@link android.hardware.camera2.CameraCharacteristics#getAvailableCaptureResultKeys }.</p> * <p><b>Possible values:</b> * <ul> |