Skip to main content
Version: 20 Mar 2024

MLCameraResultExtras

ResultExtras is a structure to encapsulate various indices for a capture result.

Public Attributes

FrameNumber

A 64bit integer to index the frame number associated with this result


public readonly long FrameNumber;


Intrinsics

Camera intrinsic parameter. Only valid within callback scope. The Library allocates and maintains the lifetime of intrinsics. Only valid for on_image_buffer_available, on_video_buffer_available, on_preview_buffer_available callbacks. NULL for on_capture_completed, on_capture_failed callbacks


public readonly IntPtr Intrinsics;


VcamTimestamp

VCam exposure timestamp in microseconds (us)


public readonly long VcamTimestamp;


Version

version contains the version number for this structure.


public readonly uint Version;