Class
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. |