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

Commit da2f0ea1 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala
Browse files

Camera: Add SCENE_MODE_HDR.

Change-Id: I43262e6ecd4bdd9a2ed2e94c05ad95435b32a0cd
parent 753e1280
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1781,6 +1781,15 @@ public class Camera {
         */
        public static final String SCENE_MODE_BARCODE = "barcode";

        /**
         * Capture a scene using high dynamic range imaging techniques. The
         * camera will return an image that has an extended dynamic range
         * compared to a regular capture. Capturing such an image may take
         * longer than a regular capture.
         * @hide
         */
        public static final String SCENE_MODE_HDR = "hdr";

        /**
         * Auto-focus mode. Applications should call {@link
         * #autoFocus(AutoFocusCallback)} to start the focus in this mode.
@@ -2784,6 +2793,7 @@ public class Camera {
         * @see #SCENE_MODE_SPORTS
         * @see #SCENE_MODE_PARTY
         * @see #SCENE_MODE_CANDLELIGHT
         * @see #SCENE_MODE_BARCODE
         */
        public String getSceneMode() {
            return get(KEY_SCENE_MODE);