CameraDevice.CreateReprocessCaptureRequest(TotalCaptureResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.