ICogFrameGrabber AvailableVideoFormats Property Cognex VisionPro 9.23
Collection of video formats that this frame grabber supports.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 91.0.0.0
Syntax

CogStringCollection AvailableVideoFormats { get; }

Property Value

Type: CogStringCollection
Remarks

Returns a collection of video formats that this frame grabber supports. You specify the video format when you create an acquisition FIFO.

On frame grabbers that support CogLink, AvailableVideoFormats returns a collection of video formats supported by all connected cameras. To determine which formats a particular CogLink camera supports, use CogLinkCamera8100D.AvailableVideoFormats.

See the camera support table for a list of video formats supported for each frame grabber.

See Also