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

Commit aca1c685 authored by Ruben Brunk's avatar Ruben Brunk Committed by Android (Google) Code Review
Browse files

Merge "camera3: Update availableSceneModes tag spec in frameworks/base."

parents 08dd8c49 8237d343
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -203,8 +203,15 @@ public final class CameraCharacteristics extends CameraMetadata {
            new Key<byte[]>("android.control.availableEffects", byte[].class);

    /**
     * <p>what subset of the scene mode enum list is
     * supported.</p>
     * <p>List containing a subset of scene modes
     * specified in {@link CaptureRequest#CONTROL_SCENE_MODE android.control.sceneMode}.</p>
     * <p>This list contains scene modes that can be set for the camera device.
     * Only scene modes that have been fully implemented for the
     * camera device may be included here. Implementations are not expected
     * to be consistent across all devices. If no scene modes are supported
     * by the camera device, this will be set to <code>[DISABLED]</code>.</p>
     *
     * @see CaptureRequest#CONTROL_SCENE_MODE
     */
    public static final Key<byte[]> CONTROL_AVAILABLE_SCENE_MODES =
            new Key<byte[]>("android.control.availableSceneModes", byte[].class);