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

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

Camera2: Increase zoom steps.

10 is too low for smooth zoom; increase number to improve smoothness.

Bug: 7120794
Change-Id: I178cd3890ef37beeff97cadb9e92ceab6d2cad06
parent d06ab147
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ struct Parameters {
    } state;

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

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