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

Commit ca2926f8 authored by Zhijun He's avatar Zhijun He
Browse files

Camera2: Update exposureTimeRange related docs

Bug: 13250951
Change-Id: I8a77feb1b9877c75fd5a41a324fe17605ed338e0
parent 47e6d5d2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1113,7 +1113,6 @@ public final class CaptureRequest extends CameraMetadata implements Parcelable {
     * light.</p>
     * <p>If the sensor can't expose this exact duration, it should shorten the
     * duration exposed to the nearest possible value (rather than expose longer).</p>
     * <p>1/10000 - 30 sec range. No bulb mode</p>
     */
    public static final Key<Long> SENSOR_EXPOSURE_TIME =
            new Key<Long>("android.sensor.exposureTime", long.class);
+0 −1
Original line number Diff line number Diff line
@@ -1483,7 +1483,6 @@ public final class CaptureResult extends CameraMetadata {
     * light.</p>
     * <p>If the sensor can't expose this exact duration, it should shorten the
     * duration exposed to the nearest possible value (rather than expose longer).</p>
     * <p>1/10000 - 30 sec range. No bulb mode</p>
     */
    public static final Key<Long> SENSOR_EXPOSURE_TIME =
            new Key<Long>("android.sensor.exposureTime", long.class);