ImageAvailableEventArgs.bufferIndex Property

Returns the index of the ImageBuffer in the ring buffer for which the event is called.
Syntax:
[C#]
public int bufferIndex;
Limitations:

Read only.

Example:

See the Displaying Buffers via FrameQueueSink example.

See also: ICImagingControl, ICImagingControl.ImageAvailable, ICImagingControl.ImageBuffers, ImageBuffer

<< ImageAvailableEventArgs