CogFrameGrabberImagingDevice ClassCognex VisionPro 9.22 SR1
This object may only be created from the CogFrameGrabberImagingDevices class.
Inheritance Hierarchy

System Object
  System MarshalByRefObject
    Cognex.VisionPro.Implementation CogObjectBase
      Cognex.VisionPro.ImagingDevice.Implementation.Internal CogFrameGrabberImagingDevice

Namespace: Cognex.VisionPro.ImagingDevice.Implementation.Internal
Assembly: Cognex.VisionPro.ImagingDevice (in Cognex.VisionPro.ImagingDevice.dll) Version: 87.1.0.0
Syntax

public class CogFrameGrabberImagingDevice : CogObjectBase, 
	ICogNetInternal, IDisposable, ICogFrameGrabber

The CogFrameGrabberImagingDevice type exposes the following members.

Constructors

  NameDescription
Public methodCogFrameGrabberImagingDevice 
Constructs a new instance of this class.
Public methodCogFrameGrabberImagingDevice(IntPtr)
Constructs a new instance of this class using com pointer.
Top
Methods

  NameDescription
Protected methodattachCom
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 methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDisconnect
Breaks the connection between this software object and the hardware.
Public methodDispose 
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Overrides Object Finalize .)
Protected methodGetAttributes
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetAvailableVideoFormatOptions
Returns a sorted list of video format options that match the selected criteria.
Protected methodGetClassName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetComponentName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetConverter
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultEvent
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultProperty
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEditor
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetNumCameraPorts
Number of camera ports available for the given video format.
Protected methodGetProperties 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetProperties( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetPropertyOwner
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetStatus
Gets the current status of the device.
Public methodGetSupportsPixelFormat
Whether this frame grabber supports the given pixel format.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone 
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodSameHardware
Whether this frame grabber refers to the same hardware as Other.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields

  NameDescription
Protected field__com
Protected field__disposed
Protected fieldStatic member__factory
Protected fieldStatic memberCreator
Top
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