ICogAcqGigEVisionTransport TransportTimeout Property Cognex VisionPro
Reads or sets the maximum timeout, in milliseconds, for the camera to transmit an image. Adjust the transport timeout to a larger value to allow successful acquisition from cameras with a long readout time, as may occur with a linescan camera. Default timeout value is 2000 ms.

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

double TransportTimeout { get; set; }

Property Value

Type: Double
The maximum timeout, in seconds, for the camera to transmit an image.
Events

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

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