Class CaptureResult
- Namespace
- Uralstech.UXR.QuestCamera
The subset of the results of a single image capture from the image sensor.
public class CaptureResult : CameraMetadata
- Inheritance
-
objectCaptureResult
- Derived
- Inherited Members
- Extension Methods
Constructors
CaptureResult(AndroidJavaObject)
public CaptureResult(AndroidJavaObject native)
Parameters
nativeAndroidJavaObject
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
GetSequenceId()
Returns the sequence ID of the capture request originally returned in OnRequestSetWithId.
public int GetSequenceId()
Returns
- int