diff --git a/core/java/android/hardware/camera2/CameraManager.java b/core/java/android/hardware/camera2/CameraManager.java index 50551feed5221..f858227a0f1d8 100644 --- a/core/java/android/hardware/camera2/CameraManager.java +++ b/core/java/android/hardware/camera2/CameraManager.java @@ -245,11 +245,13 @@ public final class CameraManager { * applications is not guaranteed to be supported, however.
* *For concurrent operation, in chronological order : - * - Applications must first close any open cameras that have sessions configured, using - * {@link CameraDevice#close}. - * - All camera devices intended to be operated concurrently, must be opened using - * {@link #openCamera}, before configuring sessions on any of the camera devices.
- * + *Each device in a combination, is guaranteed to support stream combinations which may be * obtained by querying {@link #getCameraCharacteristics} for the key * {@link android.hardware.camera2.CameraCharacteristics#SCALER_MANDATORY_CONCURRENT_STREAM_COMBINATIONS}.