CameraDevice.CreateReprocessCaptureRequest(TotalCaptureResult) Method

Definition

Create a CaptureRequest.Builder for a new reprocess CaptureRequest from a TotalCaptureResult.

[Android.Runtime.Register("createReprocessCaptureRequest", "(Landroid/hardware/camera2/TotalCaptureResult;)Landroid/hardware/camera2/CaptureRequest$Builder;", "GetCreateReprocessCaptureRequest_Landroid_hardware_camera2_TotalCaptureResult_Handler", ApiSince=23)]
public abstract Android.Hardware.Camera2.CaptureRequest.Builder CreateReprocessCaptureRequest (Android.Hardware.Camera2.TotalCaptureResult inputResult);
[<Android.Runtime.Register("createReprocessCaptureRequest", "(Landroid/hardware/camera2/TotalCaptureResult;)Landroid/hardware/camera2/CaptureRequest$Builder;", "GetCreateReprocessCaptureRequest_Landroid_hardware_camera2_TotalCaptureResult_Handler", ApiSince=23)>]
abstract member CreateReprocessCaptureRequest : Android.Hardware.Camera2.TotalCaptureResult -> Android.Hardware.Camera2.CaptureRequest.Builder

Parameters

inputResult
TotalCaptureResult

The capture result of the output image or one of the output images used to generate the reprocess input image for this capture request.

Returns

Attributes

Remarks

Java documentation for android.hardware.camera2.CameraDevice.createReprocessCaptureRequest(android.hardware.camera2.TotalCaptureResult).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to