Android.Hardware.Camera2.CaptureFailure Members

The members of Android.Hardware.Camera2.CaptureFailure are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
FrameNumberlong. Get the frame number associated with this failed capture.
[read-only]
ReasonCaptureFailureReason. Determine why the request was dropped, whether due to an error or to a user action.
[read-only]
RequestCaptureRequest. Get the request associated with this failed capture.
[read-only]
SequenceIdint. The sequence ID for this failed capture that was returned by the CameraCaptureSession.Capture(CaptureRequest, .CaptureCallback, .CaptureCallback) family of functions.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

WasImageCaptured() : bool
Determine if the image was captured from the camera.