DeviceDeviceImage Property

CVB.Net Documentation
Gets, if available, the device image pointing to the latest synchronized image.

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

public abstract DeviceImage DeviceImage { get; }

Property Value

Type: DeviceImage
Device image object if applicable to this driver; null if none available. NonStreamingDevices do not have images for instance.
Remarks

These kind of images are often used for display purposes (e.g. bound to a display's image property.

Even when acquisition is running the returned image object will not change! Only the buffer content changes.

See Also

Reference