Frame#

class oni.Frame : SafeHandleZeroOrMinusOneIsInvalid#

Managed wrapper for an ONI-compliant data frame implementation. Produced by calls to Context.ReadFrame .

Public Functions

T[] Data<T> ()#

Retrieve a managed copy of the Frame data.

Return:

Array containing the Frame data.

Properties

ulong Clock { get; set; }#

Retrieve the host acquisition clock counter value at frame creation. See Context.AcquisitionClockHz and Context.ResetFrameClock.

uint DeviceAddress { get; set; }#

The fully qualified Device.Address of the device within the current Context.DeviceTable that produced this frame.