Merge "Camera: Update physical camera request keys documentation" into rvc-dev am: 1a17016c70 am: 9a2db61b88
Change-Id: I7fe48b83772c7b4c59bb5890ed0473cb148b68d3
This commit is contained in:
@@ -488,11 +488,7 @@ public final class CameraCharacteristics extends CameraMetadata<CameraCharacteri
|
|||||||
* The respective value of such request key can be obtained by calling
|
* The respective value of such request key can be obtained by calling
|
||||||
* {@link CaptureRequest.Builder#getPhysicalCameraKey }. Capture requests that contain
|
* {@link CaptureRequest.Builder#getPhysicalCameraKey }. Capture requests that contain
|
||||||
* individual physical device requests must be built via
|
* individual physical device requests must be built via
|
||||||
* {@link android.hardware.camera2.CameraDevice#createCaptureRequest(int, Set)}.
|
* {@link android.hardware.camera2.CameraDevice#createCaptureRequest(int, Set)}.</p>
|
||||||
* Such extended capture requests can be passed only to
|
|
||||||
* {@link CameraCaptureSession#capture } or {@link CameraCaptureSession#captureBurst } and
|
|
||||||
* not to {@link CameraCaptureSession#setRepeatingRequest } or
|
|
||||||
* {@link CameraCaptureSession#setRepeatingBurst }.</p>
|
|
||||||
*
|
*
|
||||||
* <p>The list returned is not modifiable, so any attempts to modify it will throw
|
* <p>The list returned is not modifiable, so any attempts to modify it will throw
|
||||||
* a {@code UnsupportedOperationException}.</p>
|
* a {@code UnsupportedOperationException}.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user