Interface for specifying the GigE Vision Transport for image acquisition.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
The ICogAcqGigEVisionTransport type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| LatencyLevel | 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. | |
| PacketSize | Reads or sets the size of image packets transmitted by the camera. The default is the value that was automatically determined, and will vary based on the camera used and network configuration. In most cases, the packetSize value should not be changed from the default. Ideally, the automatically determined value will be 8000 or larger. A smaller value may indicate that jumbo frames are disabled on the network adapter, or that a switch in the network does not support jumbo frames. The packetSize function controls the GevSCPSPacketSize feature of the camera. | |
| PacketSizeMax | Maximum size of image packets transmitted by the camera. | |
| TransportTimeout | 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. |
See Also