Reads or sets the camera synchronization model.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax
Property Value
Type: CogAcqSyncModelConstantsImplements
ICogAcqSync SyncModelEvents
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the sync model changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| 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