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

Commit 4b8cd6b4 authored by Igor Murashkin's avatar Igor Murashkin
Browse files

camera2: Update docs only for legacy devices

Bug: 17788234
Change-Id: Ie88f3750cc06d889c6750f2099598d53ccb601b7
parent ff99ff98
Loading
Loading
Loading
Loading
+172 −8

File changed.

Preview size limit exceeded, changes collapsed.

+6 −0
Original line number Diff line number Diff line
@@ -807,6 +807,8 @@ public abstract class CameraMetadata<TKey> {
     * {@link CaptureRequest#SENSOR_FRAME_DURATION android.sensor.frameDuration} are used by the camera
     * device, along with android.flash.* fields, if there's
     * a flash unit for this camera device.</p>
     * <p>LEGACY devices do not support the OFF mode and will
     * override attempts to use this value to ON.</p>
     *
     * @see CaptureRequest#SENSOR_EXPOSURE_TIME
     * @see CaptureRequest#SENSOR_FRAME_DURATION
@@ -1577,6 +1579,8 @@ public abstract class CameraMetadata<TKey> {

    /**
     * <p>Turn on custom high dynamic range (HDR) mode.</p>
     * <p>This is intended for LEGACY mode devices only;
     * HAL3+ camera devices should not implement this mode.</p>
     * @see CaptureRequest#CONTROL_SCENE_MODE
     * @hide
     */
@@ -2064,6 +2068,8 @@ public abstract class CameraMetadata<TKey> {
     * and may restart scanning at any time.</p>
     * <p>Only used by CONTINUOUS_* AF modes. This is a transient state, the camera
     * device may skip reporting this state in capture result.</p>
     * <p>LEGACY camera devices do not support this state. When a passive
     * scan has finished, it will always go to PASSIVE_FOCUSED.</p>
     * @see CaptureResult#CONTROL_AF_STATE
     */
    public static final int CONTROL_AF_STATE_PASSIVE_UNFOCUSED = 6;
+157 −6

File changed.

Preview size limit exceeded, changes collapsed.

+225 −7

File changed.

Preview size limit exceeded, changes collapsed.