Skip to main content
Version: 20 Mar 2024

ResultExtras

Public Attributes

FrameNumber

Frame number associated with this result.


public readonly long FrameNumber;


Intrinsics

Intrinsic calibration parameters.


public readonly IntrinsicCalibrationParameters Intrinsics;

TypeDescription
readonly IntrinsicCalibrationParametersCamera intrinsic parameters.

VCamTimestamp

Frame timestamp in microseconds.


public readonly MLTime VCamTimestamp;

TypeDescription
readonly MLTimeRepresents an ML API wide timestamp in nanoseconds that is not guaranteed to be synced with any system time. If OpenXR is used, MLTime is synonymous with the XrTime type.