Table of Contents

Class CaptureResult

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

public class CaptureResult : CameraMetadata
Inheritance
object
CaptureResult
Derived
Inherited Members
Extension Methods

Constructors

CaptureResult(AndroidJavaObject)

public CaptureResult(AndroidJavaObject native)

Parameters

native AndroidJavaObject

Methods

GetCameraId()

Returns the camera ID of the camera that produced this capture result.

public string GetCameraId()

Returns

string

GetFrameNumber()

Returns the frame number associated with this result.

public long GetFrameNumber()

Returns

long

GetRequest()

Returns the capture request associated with this result.

public CaptureRequest GetRequest()

Returns

CaptureRequest

GetSequenceId()

Returns the sequence ID of the capture request originally returned in OnRequestSetWithId.

public int GetSequenceId()

Returns

int