The CogFrameGrabber8501 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 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 the returned collection will have a Count of zero. | |
| Owned1394DCAMAccess | Gets an interface that provides low-level access to the 1394 DCAM camera. A null interface will be returned if your hardware does not support 1394 DCAM. Your code should check for null before attempting access. | |
| OwnedGigEAccess | Gets an interface that provides low-level access to the GigE Vision camera. A null interface will be returned if your hardware does not support GigE Vision. Your code should check for null before attempting access. | |
| OwnedImagingDeviceAccess | Gets an interface that provides low-level access to the Imaging Device. A null interface will be returned if your hardware does not support the Imaging Device. Your code should check for null before attempting access. | |
| SerialNumber | Serial number of this frame grabber. | |
| UniqueID | String which uniquely identifies this frame grabber. |
See Also