CogFrameGrabberImagingDevice PropertiesCognex VisionPro 9.22

The CogFrameGrabberImagingDevice type exposes the following members.

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 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 the returned collection will have a Count of zero.
Public propertyOwned1394DCAMAccess
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.
Public propertyOwnedGenTLAccess
Gets an interface that provides low-level access to the GenTL device. A null interface will be returned if your hardware does not support GenTL. Your code should check for null before attempting access.
Public propertyOwnedGigEAccess
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.
Public propertyOwnedImagingDeviceAccess
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.
Public propertySerialNumber
Serial number of this frame grabber.
Public propertyUniqueID
String which uniquely identifies this frame grabber.
Top
See Also