Android.Hardware.Camera2.TotalCaptureResult.PartialResults Property
Get the read-only list of partial results that compose this total result.

Syntax

[get: Android.Runtime.Register("getPartialResults", "()Ljava/util/List;", "GetGetPartialResultsHandler")]
public IList<CaptureResult> PartialResults { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Get the read-only list of partial results that compose this total result.

The list is returned is unmodifiable; attempting to modify it will result in a UnsupportedOperationException being thrown.

The list size will be inclusive between 0 and CameraCharacteristics.RequestPartialResultCount, with elements in ascending order of when NoType:android/hardware/camera2/CameraCaptureSession$CaptureCallback;Href=../../../../reference/android/hardware/camera2/CameraCaptureSession.CaptureCallback.html#onCaptureProgressed(android.hardware.camera2.CameraCaptureSession, android.hardware.camera2.CaptureRequest, android.hardware.camera2.CaptureResult) was invoked.

[Android Documentation]

Requirements

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