CogAcqGigEVisionTransport LatencyLevel Property Cognex VisionPro 9.21 SR1
Reads or sets the latency level of the GigE Vision performance driver. The valid range is 0 (lowest latency) to 3 (lowest CPU). Smaller values reduce acquisition latency and may improve reliability at the expense of higher CPU usage. Default value is 3.

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

public virtual int LatencyLevel { get; set; }

Property Value

Type: Int32
Changing the acquisition latency level may improve reliability of the acquisition.

Implements

ICogAcqGigEVisionTransport LatencyLevel
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The following state flag may be affected: SfLatencyLevel
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the supplied value is less than 0 or greater than 3.
See Also