IImageRectUpdate Method

CVB.Net Documentation
Reads out the current image format data from the device and adjusts the streaming input buffer accordingly.

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

void Update(
	DeviceUpdateMode mode
)

Parameters

mode
Type: Stemmer.CvbDeviceUpdateMode
Defines how to handle device images.
Remarks

Calling this method is only possible if the acquisition not IsRunning.

If you changed the image dimension or color format e.g. via the NodeMap interface, you can update the image buffer via this call. This is necessary prior starting a new acquisition!

If you are unsure about the mode, simply use UpdateDeviceImage.

See Also

Reference