IRingBufferGetAcquisitionSequence Method

CVB.Net Documentation
Gets the sequence of ring buffer images in the order they were acquired.

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

int[] GetAcquisitionSequence()

Return Value

Type: Int32
Array of RingBuffer indeces in acquisition order.
Remarks

Calling this method gives a snapshot of all acquired images based on the point in time when the last Wait or related method was called.

The first entry in the list is thus the oldest waited upon image and the last one is the newest (the one returned by Wait).

See Also

Reference