Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.Acquisition

Accessible

Camera.Acquisition.IsFinished

Syntax

uEye.Acquisition.IsFinished(out bool finished)

Description

Checks whether an image has been captured and stored completely in the image memory. This method is helpful if Freeze() was called with the uEye.Defines.DeviceParameter.DontWait parameter.

Parameter

finished

true = Digitizing of the image is completed.

false = Digitizing of the image is not completed yet.