ICogAcqFifo PropertiesCognex VisionPro 9.7

The ICogAcqFifo type exposes the following members.

Properties

  NameDescription
Public propertyAutoPrepareEnabled
Whether a fifo is automatically prepared after a property is changed. Default is true.
Public propertyCameraPort
Camera port number which this fifo is attached to.
Public propertyChangedEventSuspended
Indicates if the raising of the Changed event has been suspended.
(Inherited from ICogChangedEvent.)
Public propertyCoordinateSpaceTree
Reads or sets a custom space tree that will be copied into all images acquired from this acquisition fifo. The tree provides advanced functions for managing coordinate spaces.
Public propertyFrameGrabber
Frame grabber associated with this acquisition fifo.
Public propertyNumCameraPorts
Number of physical camera ports available for this acquisition fifo.
Public propertyOutputPixelFormat
The desired pixel format for images acquired with this fifo. A conversion will be performed if different from AcquiredPixelFormat.
Public propertyOwned1394DCAMParams
Gets a ICogAcq1394DCAM interface for a FIFO if one exists.
Public propertyOwnedBrightnessMultiChannelParams
Gets a ICogAcqBrightnessMultiChannel interface for a FIFO if one exists.
Public propertyOwnedBrightnessParams
Gets a ICogAcqBrightness interface for a FIFO if one exists.
Public propertyOwnedCameraCalibrationParams
Gets a ICogAcqCameraCalibration interface for a FIFO if one exists.
Public propertyOwnedChargeTransferIntervalParams
Gets a ICogAcqChargeTransferInterval interface for a FIFO if one exists.
Public propertyOwnedContrastMultiChannelParams
Gets a ICogAcqContrastMultiChannel interface for a FIFO if one exists.
Public propertyOwnedContrastParams
Gets a ICogAcqContrast interface for a FIFO if one exists.
Public propertyOwnedCustomPropertiesParams
Gets a ICogAcqCustomProperties interface for a FIFO if one exists.
Public propertyOwnedDigitalCameraGainParams
Gets a ICogAcqDigitalCameraGain interface for a FIFO if one exists.
Public propertyOwnedExposureParams
Gets a ICogAcqExposure interface for a FIFO if one exists.
Public propertyOwnedFieldCalibrationParams
Gets a ICogAcqFieldCalibration interface for a FIFO if one exists.
Public propertyOwnedGenTLBuffersParams
Gets a ICogAcqGenTLBuffers interface for a FIFO if one exists.
Public propertyOwnedGigEVisionTransportParams
Gets a ICogAcqGigEVisionTransport interface for a FIFO if one exists.
Public propertyOwnedHardwareImagePoolParams
Gets a ICogAcqHardwareImagePool interface for a FIFO if one exists.
Public propertyOwnedHorizontalAdjustmentParams
Gets a ICogAcqHorizontalAdjustment interface for a FIFO if one exists.
Public propertyOwnedLightParams
Gets a ICogAcqLight interface for a FIFO if one exists.
Public propertyOwnedLineScanParams
Gets a ICogAcqLineScan interface for a FIFO if one exists.
Public propertyOwnedLookupTableParams
Gets a ICogAcqLookupTable interface for a FIFO if one exists.
Public propertyOwnedMasterClockFrequencyParams
Gets a ICogAcqMasterClockFrequency interface for a FIFO if one exists.
Public propertyOwnedOffsetClampParams
Gets a ICogAcqOffsetClamp interface for a FIFO if one exists.
Public propertyOwnedProfileCameraParams
Gets a ICogAcqProfileCamera interface for a FIFO if one exists.
Public propertyOwnedRangeImageParams
Gets a ICogAcqRangeImage interface for a FIFO if one exists.
Public propertyOwnedReadoutDirectionParams
Gets a ICogAcqReadoutDirection interface for a FIFO if one exists.
Public propertyOwnedROIParams
Gets a ICogAcqROI interface for a FIFO if one exists.
Public propertyOwnedSampleParams
Gets a ICogAcqSample interface for a FIFO if one exists.
Public propertyOwnedSettlingTimeParams
Gets a ICogAcqSettlingTime interface for a FIFO if one exists.
Public propertyOwnedSimultaneousParams
Gets a ICogAcqSimultaneous interface for a FIFO if one exists.
Public propertyOwnedStrobeDelayParams
Gets a ICogAcqStrobeDelay interface for a FIFO if one exists.
Public propertyOwnedStrobeParams
Gets a ICogAcqStrobe interface for a FIFO if one exists.
Public propertyOwnedStrobePulseDurationParams
Gets a ICogAcqStrobePulseDuration interface for a FIFO if one exists.
Public propertyOwnedSyncParams
Gets a ICogAcqSync interface for a FIFO if one exists.
Public propertyOwnedTriggerFilterParams
Gets a ICogAcqTriggerFilter interface for a FIFO if one exists.
Public propertyOwnedTriggerParams
Gets a ICogAcqTrigger interface for a FIFO if one exists.
Public propertyOwnedWhiteBalanceParams
Gets a ICogAcqWhiteBalance interface for a FIFO if one exists.
Public propertySelectedSpaceName
Read or set the selected space name that is applied to each image returned from Acquire or CompleteAcquire.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from ICogChangedEvent.)
Public propertyTimeout
Read or set the timeout in milliseconds used when calling Acquire or CompleteAcquire (typically used for handling the case of triggers that didn't occur).
Public propertyTimeoutEnabled
Read or set whether the timeout value is used.
Public propertyUserData
Gets a CogDictionary object that can be used to store application-specific information for this acquisition fifo. Internal use only.
Public propertyVideoFormat
Video Format associated with this acquisition fifo.
Top
See Also