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

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

am c819ec1b: am e6339fe4: am ee0b9782: am 7ddc2313: Merge "camera2: Increase...

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

* commit 'c819ec1beee0d69ee956e77a57523596d17e3eb3':
  camera2: Increase preview frame timeout
parents b7e71538 e8aae215
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)