am 842568ec: Merge "Camera2: Fix CaptureRequest @see links" into mnc-dev
* commit '842568ecebfb5bf6cabd7a7eabd8e8fa259dab72': Camera2: Fix CaptureRequest @see links
This commit is contained in:
@@ -60,9 +60,17 @@ import java.util.Objects;
|
||||
* high-resolution still capture would also include a Surface from a ImageReader
|
||||
* configured for high-resolution JPEG images.</p>
|
||||
*
|
||||
* @see CameraDevice#capture
|
||||
* @see CameraDevice#setRepeatingRequest
|
||||
* <p>A reprocess capture request allows a previously-captured image from the camera device to be
|
||||
* sent back to the device for further processing. It can be created with
|
||||
* {@link CameraDevice#createReprocessCaptureRequest}, and used with a reprocessible capture session
|
||||
* created with {@link CameraDevice#createReprocessableCaptureSession}.</p>
|
||||
*
|
||||
* @see CameraCaptureSession#capture
|
||||
* @see CameraCaptureSession#setRepeatingRequest
|
||||
* @see CameraCaptureSession#captureBurst
|
||||
* @see CameraCaptureSession#setRepeatingBurst
|
||||
* @see CameraDevice#createCaptureRequest
|
||||
* @see CameraDevice#createReprocessCaptureRequest
|
||||
*/
|
||||
public final class CaptureRequest extends CameraMetadata<CaptureRequest.Key<?>>
|
||||
implements Parcelable {
|
||||
|
||||
Reference in New Issue
Block a user