FrameMetadata

FrameMetadata contains frame meta data like sample times and frame number.

Instances of this class are returned by IFrame.FrameMetadata.

Information

    Namespace: TIS.Imaging
    Introduced in version 3.5

Properties

Property Description
DeviceFrameNumber

Contains the device-generated frame number.

DeviceTimeStamp

Contains the device time stamp if available.

DriverFrameFirstPacketTime

Contains the time at which the first packet of this frame was received by the driver.

DriverFrameLastPacketTime

Contains the time at which the last packet of this frame was received by the driver.

DriverFrameNumber

Contains the frame number the driver assigned to this frame.

SampleEndTime

[Deprecated] Contains the DirectShow frame end time. This time is relative to ICImagingControl.ReferenceTimeStart.

SampleStartTime

Contains the DirectShow frame start time. This time is relative to ICImagingControl.ReferenceTimeStart.

<< Classes