StreamMakeStreamImage Method

CVB.Net Documentation
Factory function for creating the returned image from the acquisition engine.

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

protected abstract StreamImage MakeStreamImage(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
Acquired image handle; Zero for non (i.e. the device handle points to the newly synced image.

Return Value

Type: StreamImage
Acquired image.
See Also

Reference