From ca2926f83b9fa2f5744493ba2dbc6570b751399d Mon Sep 17 00:00:00 2001 From: Zhijun He Date: Tue, 18 Mar 2014 16:21:45 -0700 Subject: [PATCH] Camera2: Update exposureTimeRange related docs Bug: 13250951 Change-Id: I8a77feb1b9877c75fd5a41a324fe17605ed338e0 --- core/java/android/hardware/camera2/CaptureRequest.java | 1 - core/java/android/hardware/camera2/CaptureResult.java | 1 - 2 files changed, 2 deletions(-) diff --git a/core/java/android/hardware/camera2/CaptureRequest.java b/core/java/android/hardware/camera2/CaptureRequest.java index fbac529bbbd56..30f033fd0308c 100644 --- a/core/java/android/hardware/camera2/CaptureRequest.java +++ b/core/java/android/hardware/camera2/CaptureRequest.java @@ -1113,7 +1113,6 @@ public final class CaptureRequest extends CameraMetadata implements Parcelable { * light.

*

If the sensor can't expose this exact duration, it should shorten the * duration exposed to the nearest possible value (rather than expose longer).

- *

1/10000 - 30 sec range. No bulb mode

*/ public static final Key SENSOR_EXPOSURE_TIME = new Key("android.sensor.exposureTime", long.class); diff --git a/core/java/android/hardware/camera2/CaptureResult.java b/core/java/android/hardware/camera2/CaptureResult.java index ab1525e6dd124..244e35928d57a 100644 --- a/core/java/android/hardware/camera2/CaptureResult.java +++ b/core/java/android/hardware/camera2/CaptureResult.java @@ -1483,7 +1483,6 @@ public final class CaptureResult extends CameraMetadata { * light.

*

If the sensor can't expose this exact duration, it should shorten the * duration exposed to the nearest possible value (rather than expose longer).

- *

1/10000 - 30 sec range. No bulb mode

*/ public static final Key SENSOR_EXPOSURE_TIME = new Key("android.sensor.exposureTime", long.class);