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

Commit c4b79198 authored by Igor Murashkin's avatar Igor Murashkin Committed by Android Git Automerger
Browse files

am 7ddc2313: Merge "camera2: Increase preview frame timeout" into lmp-dev

* commit '7ddc2313a35637f087b68fea385df9d56b7f3f6d':
  camera2: Increase preview frame timeout
parents b266728c 1dbf7248
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ public class RequestThreadManager {

    private static final int MAX_IN_FLIGHT_REQUESTS = 2;

    private static final int PREVIEW_FRAME_TIMEOUT = 300; // ms
    private static final int PREVIEW_FRAME_TIMEOUT = 1000; // ms
    private static final int JPEG_FRAME_TIMEOUT = 3000; // ms (same as CTS for API2)
    private static final int REQUEST_COMPLETE_TIMEOUT = 3000; // ms (same as JPEG timeout)