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

Commit 475173cd authored by Zhijun He's avatar Zhijun He Committed by Android Git Automerger
Browse files

am 722e4892: am 01831d23: Camera2/3: Increase digital zoom steps

* commit '722e4892':
  Camera2/3: Increase digital zoom steps
parents 61d404ef 722e4892
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -158,7 +158,7 @@ struct Parameters {
    } state;
    } state;


    // Number of zoom steps to simulate
    // 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
    // Full static camera info, object owned by someone else, such as
    // Camera2Device.
    // Camera2Device.