The ICogFrameGrabber type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AvailableVideoFormats | Collection of video formats that this frame grabber supports. | |
| Index | Index within the collection of frame grabbers of this type. | |
| InputLines | 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. | |
| Name | Name indicating the type of frame grabber. | |
| NumVideoChannels | Number of video channels this frame grabber supports. This is the maximum number of simultaneous acquisitions allowed. | |
| OutputLines | 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. | |
| Owned1394DCAMAccess | Gets a ICog1394DCAMAccess interface for this frame grabber if one exists. | |
| OwnedGenTLAccess | Gets a ICogGenTLAccess interface for this frame grabber if one exists. | |
| OwnedGigEAccess | Gets a ICogGigEAccess interface for this frame grabber if one exists. | |
| OwnedImagingDeviceAccess | Gets a ICogImagingDeviceAccess interface for this frame grabber if one exists. | |
| SerialNumber | Serial number of this frame grabber. | |
| UniqueID | Internal use only. |
See Also