StreamGetTimedSnapshot Method (UsTimeSpan, WaitStatus)

CVB.Net Documentation
As GetTimedSnapshot(UsTimeSpan), but does not throw on timeout.

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

public virtual StreamImage GetTimedSnapshot(
	UsTimeSpan timeSpan,
	out WaitStatus status
)

Parameters

timeSpan
Type: Stemmer.Cvb.UtilitiesUsTimeSpan
Time span to wait for (millisecond granularity).
status
Type: Stemmer.Cvb.DriverWaitStatus
Either Ok or Timeout if timeSpan was exceeded.

Return Value

Type: StreamImage
Acquired image if status is Ok.

Implements

IAcquisitionGetTimedSnapshot(UsTimeSpan, WaitStatus)
See Also

Reference