ICImagingControl.ImageRingBufferSize Property

Returns or sets the size of the internal ring buffer. Must lie in the range [1,...[.
Syntax:
[C#]
public int ImageRingBufferSize;
Limitations:

Only available when a device is open and valid. Not available in live mode.

Remarks:

This method destroys the internal ring buffer if the new size is not equal to the current size of the ring buffer.

Existing references to ImageBuffer objects and collections are still valid, but they do not refer to the internal ring buffer anymore.

If there are global references to ImageBuffer objects or collections they have to be reassigned after setting this property.

Information:

This property is deprecated since version 3.5.
Use the actual sink object.

See also: ICImagingControl, ICImagingControl.ImageBuffers

<< ICImagingControl