Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "Camera: Add one more requirement to BURST_CAPTURE" into lmp-mr…
Browse files Browse the repository at this point in the history
…1-dev
  • Loading branch information
Eino-Ville Talvala authored and Android (Google) Code Review committed Nov 20, 2014
2 parents 09ff912 + 8d709f3 commit df84cb9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions core/java/android/hardware/camera2/CameraMetadata.java
Original file line number Diff line number Diff line change
Expand Up @@ -490,12 +490,16 @@ private static <TKey> boolean shouldKeyBeAdded(TKey key, Field field, int[] filt
* <p>More specifically, this means that a size matching the
* camera device's active array size is listed as a
* supported size for the YUV_420_888 format in
* {@link CameraCharacteristics#SCALER_STREAM_CONFIGURATION_MAP android.scaler.streamConfigurationMap}, and the
* minimum frame duration for that format and size is &lt;=
* 1/20 s.</p>
* {@link CameraCharacteristics#SCALER_STREAM_CONFIGURATION_MAP android.scaler.streamConfigurationMap}, the minimum frame
* duration for that format and size is &lt;= 1/20 s, and
* the {@link CameraCharacteristics#CONTROL_AE_AVAILABLE_TARGET_FPS_RANGES android.control.aeAvailableTargetFpsRanges} entry
* lists at least one FPS range where the minimum FPS
* is &gt;= 1 / minimumFrameDuration for the maximum-size
* YUV_420_888 format.</p>
* <p>In addition, the {@link CameraCharacteristics#SYNC_MAX_LATENCY android.sync.maxLatency} field is
* guaranted to have a value between 0 and 4, inclusive.</p>
*
* @see CameraCharacteristics#CONTROL_AE_AVAILABLE_TARGET_FPS_RANGES
* @see CameraCharacteristics#SCALER_STREAM_CONFIGURATION_MAP
* @see CameraCharacteristics#SYNC_MAX_LATENCY
* @see CameraCharacteristics#REQUEST_AVAILABLE_CAPABILITIES
Expand Down

0 comments on commit df84cb9

Please sign in to comment.