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

Commit 981952d0 authored by Igor Murashkin's avatar Igor Murashkin
Browse files

camera2: (Legacy) Add control.sceneMode = DISABLED to templates

Bug: 17024375
Change-Id: Ie4e2a7f22caa842b4f3850f3739f22c5f6a9b88f
parent 49e057d7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1207,6 +1207,9 @@ public class LegacyMetadataMapper {
            m.set(CaptureRequest.CONTROL_AE_TARGET_FPS_RANGE, bestRange);
        }

        // control.sceneMode -- DISABLED is always available
        m.set(CaptureRequest.CONTROL_SCENE_MODE, CONTROL_SCENE_MODE_DISABLED);

        /*
         * statistics.*
         */