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.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Property Value
Type: Int32Changing the acquisition latency level may improve reliability of the acquisition.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: SfLatencyLevel |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the supplied value is less than 0 or greater than 3. |
See Also