ICogFrameGrabber MethodsCognex VisionPro 9.25 SR1

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
See Also