StreamImageRawTimestamp Property

CVB.Net Documentation
Gets the raw timestamp as reported by the driver.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public double RawTimestamp { get; protected set; }

Property Value

Type: Double
Value with undefined unit (dependent on driver); NaN if no timestamp is present at all.
Remarks

This value's unit depends on the driver used. Examples:

GenICam.vin Device ticks (GigE Vision/USB3 Vision). Can be translated via either the GevTimestampTickFrequency GenApi IntegerNode or if that is not present the Increment of the TimestampLatchValueIntegerNode (granularity in nanoseconds). Teledyne Dalsa Drivers Dependent on configuration file. By default microseconds.

Keep in mind that the value might wrap around (can be as fast as 128s when the CVAVT1394.vin is used).

See Also

Reference