CaptureFailure.SequenceId Property

Definition

The sequence ID for this failed capture that was returned by the CameraCaptureSession#capture family of functions.

public virtual int SequenceId { [Android.Runtime.Register("getSequenceId", "()I", "GetGetSequenceIdHandler")] get; }
[<get: Android.Runtime.Register("getSequenceId", "()I", "GetGetSequenceIdHandler")>]
member this.SequenceId : int

Property Value

int The ID for the sequence of requests that this capture failure is the result of

Attributes

Remarks

The sequence ID for this failed capture that was returned by the CameraCaptureSession#capture family of functions.

The sequence ID is a unique monotonically increasing value starting from 0, incremented every time a new group of requests is submitted to the CameraDevice.

Java documentation for android.hardware.camera2.CaptureFailure.getSequenceId().

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.

Applies to