Android.Hardware.Camera2.CaptureResult Class

See Also: CaptureResult Members

Syntax

[Android.Runtime.Register("android/hardware/camera2/CaptureResult", DoNotGenerateAcw=true)]
public class CaptureResult : CameraMetadata

Remarks

The subset of the results of a single image capture from the image sensor.

Contains a subset of the final configuration for the capture hardware (sensor, lens, flash), the processing pipeline, the control algorithms, and the output buffers.

CaptureResults are produced by a Android.Hardware.Camera2.CameraDevice after processing a Android.Hardware.Camera2.CaptureRequest. All properties listed for capture requests can also be queried on the capture result, to determine the final values used for capture. The result also includes additional metadata about the state of the camera device during the capture.

Not all properties returned by CameraCharacteristics.AvailableCaptureResultKeys are necessarily available. Some results are Android.Hardware.Camera2.CaptureResult and will not have every key set. Only Android.Hardware.Camera2.TotalCaptureResult results are guaranteed to have every key available that was enabled by the request.

Android.Hardware.Camera2.CaptureResult objects are immutable.

[Android Documentation]

Requirements

Namespace: Android.Hardware.Camera2
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0