IRingBufferChangeCount Method

CVB.Net Documentation
Sets a new ring buffer size in the acquisition engine.

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

void ChangeCount(
	int numBuffers,
	DeviceUpdateMode mode
)

Parameters

numBuffers
Type: SystemInt32
New number of image buffers.
mode
Type: Stemmer.CvbDeviceUpdateMode
Defines how to handle device images.
Remarks

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

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

See Also

Reference