CogJob AcqFifoSyncPulse Property Cognex VisionPro
Gets an interface to a synchronization pulse. This pulse will be fired from the thread that acquires images, just before each acquisition attempt, allowing you to synchronize with that thread.

Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax

public ICogSyncPulse AcqFifoSyncPulse { get; }

Property Value

Type: ICogSyncPulse
An ICogSyncPulse interface that fires an event before each image acquisition is started.
See Also