diff options
author | Eino-Ville Talvala <etalvala@google.com> | 2014-11-04 16:31:01 -0800 |
---|---|---|
committer | Eino-Ville Talvala <etalvala@google.com> | 2014-11-17 17:50:05 +0000 |
commit | 126a7468c2b86f27779443f5f2578a03f3ad78e8 (patch) | |
tree | 8e9420a069bb7ac5192562bfec1216ad52c03ebd /api/current.txt | |
parent | 8c8d8b1012b409b653679a8f0236d57de346f4d7 (diff) | |
download | frameworks_base-126a7468c2b86f27779443f5f2578a03f3ad78e8.zip frameworks_base-126a7468c2b86f27779443f5f2578a03f3ad78e8.tar.gz frameworks_base-126a7468c2b86f27779443f5f2578a03f3ad78e8.tar.bz2 |
Camera2: Add BURST_CAPTURE capability flag
This capability (a subset of FULL) indicates that a camera device
can capture high-rate (>= 20fps) bursts of images at full device
resolution, in at least the YUV_420_888 format.
It also guarantees that the synchronization latency for a device is
relatively small, so that fixed-setting bursts can be captured quickly.
Bug: 18281970
Change-Id: Ifc8fc43252a77097d804429d1c9f6fa71a95aa4f
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index e812a8a..46a0943 100644 --- a/api/current.txt +++ b/api/current.txt @@ -12821,6 +12821,7 @@ package android.hardware.camera2 { field public static final int NOISE_REDUCTION_MODE_HIGH_QUALITY = 2; // 0x2 field public static final int NOISE_REDUCTION_MODE_OFF = 0; // 0x0 field public static final int REQUEST_AVAILABLE_CAPABILITIES_BACKWARD_COMPATIBLE = 0; // 0x0 + field public static final int REQUEST_AVAILABLE_CAPABILITIES_BURST_CAPTURE = 6; // 0x6 field public static final int REQUEST_AVAILABLE_CAPABILITIES_MANUAL_POST_PROCESSING = 2; // 0x2 field public static final int REQUEST_AVAILABLE_CAPABILITIES_MANUAL_SENSOR = 1; // 0x1 field public static final int REQUEST_AVAILABLE_CAPABILITIES_RAW = 3; // 0x3 |