DeviceImage Constructor

CVB.Net Documentation
Creates the VideoImage.

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

protected DeviceImage(
	Device device
)

Parameters

device
Type: Stemmer.CvbDevice
Device object (and thus the image handle).
Remarks

No memory pressure is performed by this image as the device holds the memory. It is guessed via the IRingBuffer interface.
See Also

Reference