CogAcqSync SyncModel Property Cognex VisionPro 9.10
Reads or sets the camera synchronization model.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.0.0.0
Syntax

public virtual CogAcqSyncModelConstants SyncModel { get; set; }

Property Value

Type: CogAcqSyncModelConstants

Implements

ICogAcqSync SyncModel
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the sync model changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

val is not in CogAcqSyncModelConstants

Remarks

Sets or gets the camera synchronization model as described by one of the values in CogAcqSyncModelConstants

SyncModel is supported only on the Cognex MVS-8100M.

If you are using a video format that is described by a Camera Configuration File (CCF), SyncModel has no effect. To select a synchronization model for a CCF-based video format, use the CCF that specifies the synchronization your application requires.

See Also