Class FrameMetaData
A class containing frame metadata, such as frame ID and time stamp.
Inherited Members
Namespace: ic4
Assembly: ic4dotnet.dll
Syntax
public class FrameMetaData
Remarks
To query the frame metadata of an ImageBuffer, use the MetaData property.
Properties
DeviceFrameNumber
The frame number assigned to the image by the video capture device
Declaration
public ulong DeviceFrameNumber { get; }
Property Value
Type | Description |
---|---|
ulong | The frame number assigned to the image by the video capture device. The behavior of this value, including starting value and possible rollover is device-specific. |
DeviceTimestampNs
The time stamp assigned to the image by the video capture device
Declaration
public ulong DeviceTimestampNs { get; }
Property Value
Type | Description |
---|---|
ulong | The time stamp assigned to the image by the video capture device. The behavior of this value, including possible resets, its starting value or actual resolution is device-specific. |