CogFrameGrabberGenTL NumVideoChannels Property Cognex VisionPro 9.8
Number of video channels this frame grabber supports. This is the maximum number of simultaneous acquisitions allowed.

Namespace: Cognex.VisionPro.GenTL.Implementation.Internal
Assembly: Cognex.VisionPro.GenTL (in Cognex.VisionPro.GenTL.dll) Version: 75.1.0.0
Syntax

public virtual int NumVideoChannels { get; }

Property Value

Type: Int32

Implements

ICogFrameGrabber NumVideoChannels
Remarks

Returns the number of video channels this frame grabber supports. This is the maximum number of simultaneous acquisitions the frame grabber supports.

See Also