Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.Acquisition

Accessible

Camera.Acquisition.HasStarted

Syntax

uEye.Acquisition.HasStarted(out bool started)

Description

Checks whether the image digitizing process has started. This method is helpful when Freeze() was called with the uEye.Defines.DeviceParameter.DontWait parameter.

Parameter

started

true = Image capturing has started.

false = Image capturing has not started yet.