The ICogFrameGrabber type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateAcqFifo | 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. | |
| Disconnect | 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. | |
| GetAvailableVideoFormatOptions | Returns a sorted list of video format options that match the selected criteria. | |
| GetNumCameraPorts | Number of camera ports available for the given video format. | |
| GetStatus | Returns the current status of the device. | |
| GetSupportsPixelFormat | Whether this frame grabber supports the given pixel format. | |
| SameHardware | Whether this frame grabber refers to the same hardware as Other. |
See Also