Camera port number which this fifo is attached to.
Namespace: Cognex.VisionPro.FG8100.Implementation.InternalAssembly: Cognex.VisionPro.FG8100 (in Cognex.VisionPro.FG8100.dll) Version: 65.1.0.0
Syntax
Property Value
Type: Int32Implements
ICogAcqFifo CameraPortEvents
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the camera port changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Value Port < 0 or Port >= NumCameraPorts |
Remarks
Sets or gets the camera port number that this acquisition FIFO is attached to. You specify the camera port when you create an acquisition FIFO.
You can use NumCameraPorts to get the number of available camera ports. Port numbering starts at zero.
See Also