Number of physical camera ports available for this acquisition fifo.
Namespace: Cognex.VisionPro.FG8500L.Implementation.InternalAssembly: Cognex.VisionPro.FG8500L (in Cognex.VisionPro.FG8500L.dll) Version: 65.1.0.0
Syntax
Property Value
Type: Int32Implements
ICogAcqFifo NumCameraPortsRemarks
Returns the number of physical camera ports available for this acquisition FIFO.
NumCameraPorts returns the number of camera ports available for connecting cameras of the same type as the video format you specified when you created the FIFO. Camera port numbering starts at zero. The highest camera port number is one less than NumCameraPorts.
Refer to the manual for the frame grabber you are using for information on how software port numbers map to the physical ports on your hardware.
Compare this function with GetNumCameraPorts(String).
See Also