FrameHandlerSink.LastAcquiredBuffer Property

Returns the ImageBuffer in which the last frame was fully copied. After stopping the sink, this function returns the last acquired frame until the sink is restarted.
Syntax:
Public LastAcquiredBuffer As ImageBuffer
Limitations:

Read only.

Remarks:

If an error occurs, the exception INVALID_MEMBUFFER is thrown.

Example:

The following example shows how to save the last acquired image in a JPG file:

See also: FrameHandlerSink, FrameHandlerSink.ImageBuffers, ImageBuffer

<< FrameHandlerSink