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

Commit 554eb1f2 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by Android Git Automerger
Browse files

am c5531186: Camera2: Increase max timeout for the precapture sequence.

* commit 'c5531186':
  Camera2: Increase max timeout for the precapture sequence.
parents c28d5d24 c5531186
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ class CaptureSequencer:
     */
    static const nsecs_t kWaitDuration = 100000000; // 100 ms
    static const int kMaxTimeoutsForPrecaptureStart = 2; // 200 ms
    static const int kMaxTimeoutsForPrecaptureEnd = 10;  // 1 sec
    static const int kMaxTimeoutsForPrecaptureEnd = 20;  // 2 sec
    static const int kMaxTimeoutsForCaptureEnd    = 40;  // 4 sec

    wp<Camera2Client> mClient;