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

Commit 01831d23 authored by Zhijun He's avatar Zhijun He
Browse files

Camera2/3: Increase digital zoom steps

Digitial zoom number of steps was 30 and a bit rough. Change it to 100 to make
smooth zoom smoother.

Bug: 9050908
Change-Id: I141bc0335d58cdcd6530c14cbbfe6c4ffb4c6dc6
parent e2dfa5a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ struct Parameters {
    } state;

    // Number of zoom steps to simulate
    static const unsigned int NUM_ZOOM_STEPS = 30;
    static const unsigned int NUM_ZOOM_STEPS = 100;

    // Full static camera info, object owned by someone else, such as
    // Camera2Device.