ICogFrameGrabber InterfaceCognex VisionPro 9.20
Interface for controlling a frame grabber.

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

public interface ICogFrameGrabber

The ICogFrameGrabber type exposes the following members.

Methods

  NameDescription
Public methodCreateAcqFifo
Create a new acquisition fifo on this frame grabber. The value of AutoPrepare will be used as the initial setting of the AutoPrepareEnabled property. If this value is true, the fifo will be prepared after it is created.
Public methodDisconnect
Breaks the connection between this software object and the hardware and cleans up the internal software objects. This function should be called whenever something has caused the state of the hardware to get out of sync wit the software state (i.e. power is temporarily lost to a camera). It should also be called prior to exiting the application.
Public methodGetAvailableVideoFormatOptions
Returns a sorted list of video format options that match the selected criteria.
Public methodGetNumCameraPorts
Number of camera ports available for the given video format.
Public methodGetStatus
Returns the current status of the device.
Public methodGetSupportsPixelFormat
Whether this frame grabber supports the given pixel format.
Public methodSameHardware
Whether this frame grabber refers to the same hardware as Other.
Top
Properties

  NameDescription
Public propertyAvailableVideoFormats
Collection of video formats that this frame grabber supports.
Public propertyIndex
Index within the collection of frame grabbers of this type.
Public propertyInputLines
Gets the collection of available input lines. If no input lines are available on this frame grabber the returned collection will have a Count of zero.
Public propertyName
Name indicating the type of frame grabber.
Public propertyNumVideoChannels
Number of video channels this frame grabber supports. This is the maximum number of simultaneous acquisitions allowed.
Public propertyOutputLines
Gets the collection of available output lines. If no output lines are available on this frame grabber the returned collection will have a Count of zero.
Public propertyOwned1394DCAMAccess
Gets a ICog1394DCAMAccess interface for this frame grabber if one exists.
Public propertyOwnedGenTLAccess
Gets a ICogGenTLAccess interface for this frame grabber if one exists.
Public propertyOwnedGigEAccess
Gets a ICogGigEAccess interface for this frame grabber if one exists.
Public propertyOwnedImagingDeviceAccess
Gets a ICogImagingDeviceAccess interface for this frame grabber if one exists.
Public propertySerialNumber
Serial number of this frame grabber.
Public propertyUniqueID
Internal use only.
Top
Remarks

Interface for controlling a frame grabber.

See Also