OSDN Git Service

Camera2/3: Increase precapture start timeout
authorEino-Ville Talvala <etalvala@google.com>
Tue, 3 Sep 2013 20:29:28 +0000 (13:29 -0700)
committerEino-Ville Talvala <etalvala@google.com>
Tue, 3 Sep 2013 20:32:53 +0000 (13:32 -0700)
commit0a4df03542e7d7aab716a60e206dceaf5da178f3
treea95c5df29592ac85f4ea8f65bcd7456e3d5e0c93
parent4585e8f0ff47580fdb81ed8652bde32db1770050
Camera2/3: Increase precapture start timeout

Currently, we only wait 200 ms for the HAL to switch to the precapture
state.  This is insufficient at low preview frame rates (dark
conditions, ~10 fps), where a 3-request-deep HAL pipeline will take
300 ms to produce a precapture trigger output. In those cases, we
would prematurely skip the precapture sequence, causing bad quality
pictures.

Since this is a fallback timeout to prevent deadlock in case of a bad
HAL or framework implementation, increase the timeout to 1 second. Has
no impact on correctly-working implementations

Bug: 10430191
Change-Id: I08e99f8e7f3beb8f15dcee32632cdebfe3dca8b3
services/camera/libcameraservice/api1/client2/CaptureSequencer.h