Android.Hardware.Camera2.TotalCaptureResult Class

See Also: TotalCaptureResult Members

Syntax

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

Remarks

The total assembled results of a single image capture from the image sensor.

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

A TotalCaptureResult is 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.

All properties returned by CameraCharacteristics.AvailableCaptureResultKeys are available (that is CaptureResult.get(android.hardware.camera2.CaptureResult.Key<T>) will return non-null, if and only if that key that was enabled by the request. A few keys such as CaptureResult.StatisticsFaces are disabled by default unless enabled with a switch (such as CaptureRequest.StatisticsFaceDetectMode). Refer to each key documentation on a case-by-case basis.

Android.Hardware.Camera2.TotalCaptureResult objects are immutable.

See Also

[Android Documentation]

Requirements

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