This object may only be created from the CogFrameGrabber8504s class.
Inheritance Hierarchy
System MarshalByRefObject
Cognex.VisionPro.Implementation CogObjectBase
Cognex.VisionPro.FG8504.Implementation.Internal CogFrameGrabber8504
Namespace: Cognex.VisionPro.FG8504.Implementation.Internal
Assembly: Cognex.VisionPro.FG8504 (in Cognex.VisionPro.FG8504.dll) Version: 73.0.0.0
Syntax
The CogFrameGrabber8504 type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogFrameGrabber8504 | Constructs a new instance of this class. | |
| CogFrameGrabber8504(IntPtr) | Constructs a new instance of this class using com pointer. |
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. | |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| Disconnect | Breaks the connection between this software object and the hardware. | |
| Dispose | ||
| Dispose(Boolean) | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Overrides Object Finalize .) | |
| GetAttributes |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetAvailableVideoFormatOptions | Returns a sorted list of video format options that match the selected criteria. | |
| GetClassName |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetComponentName |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetConverter |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetDefaultEvent |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetDefaultProperty |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEditor |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEvents |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEvents( Attribute ) |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetNumCameraPorts | Number of camera ports available for the given video format. | |
| GetProperties |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetProperties( Attribute ) |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetPropertyOwner |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetStatus | Gets the current status of the device. | |
| GetSupportsPixelFormat | Whether this frame grabber supports the given pixel format. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
| SameHardware | Whether this frame grabber refers to the same hardware as Other. | |
| ToString | (Inherited from Object.) |
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. | |
| OwnedGenTLAccess | 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. | |
| 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