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.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Property Value
Type: DoubleThe maximum timeout, in seconds, for the camera to transmit an image.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: SfTransportTimeout |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the supplied value is less than 0. |
See Also