Merge "camera2: Fix getConcurrentCameraIds doc formatting" am: 282a29b8ba
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2315784 Change-Id: Ieab341a9883d078bb3f5fbf879ff89fb5f2103b1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -245,11 +245,13 @@ public final class CameraManager {
|
|||||||
* applications is not guaranteed to be supported, however.</p>
|
* applications is not guaranteed to be supported, however.</p>
|
||||||
*
|
*
|
||||||
* <p>For concurrent operation, in chronological order :
|
* <p>For concurrent operation, in chronological order :
|
||||||
* - Applications must first close any open cameras that have sessions configured, using
|
* <ul>
|
||||||
* {@link CameraDevice#close}.
|
* <li> Applications must first close any open cameras that have sessions configured, using
|
||||||
* - All camera devices intended to be operated concurrently, must be opened using
|
* {@link CameraDevice#close}. </li>
|
||||||
* {@link #openCamera}, before configuring sessions on any of the camera devices.</p>
|
* <li> All camera devices intended to be operated concurrently, must be opened using
|
||||||
*
|
* {@link #openCamera}, before configuring sessions on any of the camera devices.</li>
|
||||||
|
*</ul>
|
||||||
|
*</p>
|
||||||
* <p>Each device in a combination, is guaranteed to support stream combinations which may be
|
* <p>Each device in a combination, is guaranteed to support stream combinations which may be
|
||||||
* obtained by querying {@link #getCameraCharacteristics} for the key
|
* obtained by querying {@link #getCameraCharacteristics} for the key
|
||||||
* {@link android.hardware.camera2.CameraCharacteristics#SCALER_MANDATORY_CONCURRENT_STREAM_COMBINATIONS}.</p>
|
* {@link android.hardware.camera2.CameraCharacteristics#SCALER_MANDATORY_CONCURRENT_STREAM_COMBINATIONS}.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user