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

Commit df9410b4 authored by Emilian Peev's avatar Emilian Peev
Browse files

Camera: Bump up the offline switch capture request timeout

Adjust the time it takes to process capture requests.

Bug: 327023176
Test: Camera CTS
Change-Id: I94bca5d8e3a4bea397c464924bc90cca013c3276
parent dbff6b4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1037,7 +1037,7 @@ class Camera3Device :
        static const nsecs_t kRequestTimeout = 50e6; // 50 ms

        // TODO: does this need to be adjusted for long exposure requests?
        static const nsecs_t kRequestSubmitTimeout = 200e6; // 200 ms
        static const nsecs_t kRequestSubmitTimeout = 500e6; // 500 ms

        // Used to prepare a batch of requests.
        struct NextRequest {