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

Commit ae0da7a8 authored by Igor Murashkin's avatar Igor Murashkin Committed by Android (Google) Code Review
Browse files

Merge "camera2: (Legacy) Add control.sceneMode = DISABLED to templates" into lmp-dev

parents d504ab14 981952d0
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.*
         */