The ICogAcqFifo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AutoPrepareEnabled | Whether a fifo is automatically prepared after a property is changed. Default is true. | |
| CameraPort | Camera port number which this fifo is attached to. | |
| ChangedEventSuspended |
Indicates if the raising of the Changed event has been suspended.
(Inherited from ICogChangedEvent.) | |
| CoordinateSpaceTree | 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. | |
| FrameGrabber | Frame grabber associated with this acquisition fifo. | |
| NumCameraPorts | Number of physical camera ports available for this acquisition fifo. | |
| OutputPixelFormat | The desired pixel format for images acquired with this fifo. A conversion will be performed if different from AcquiredPixelFormat. | |
| Owned1394DCAMParams | Gets a ICogAcq1394DCAM interface for a FIFO if one exists. | |
| OwnedBrightnessMultiChannelParams | Gets a ICogAcqBrightnessMultiChannel interface for a FIFO if one exists. | |
| OwnedBrightnessParams | Gets a ICogAcqBrightness interface for a FIFO if one exists. | |
| OwnedCameraCalibrationParams | Gets a ICogAcqCameraCalibration interface for a FIFO if one exists. | |
| OwnedChargeTransferIntervalParams | Gets a ICogAcqChargeTransferInterval interface for a FIFO if one exists. | |
| OwnedContrastMultiChannelParams | Gets a ICogAcqContrastMultiChannel interface for a FIFO if one exists. | |
| OwnedContrastParams | Gets a ICogAcqContrast interface for a FIFO if one exists. | |
| OwnedCustomPropertiesParams | Gets a ICogAcqCustomProperties interface for a FIFO if one exists. | |
| OwnedDigitalCameraGainParams | Gets a ICogAcqDigitalCameraGain interface for a FIFO if one exists. | |
| OwnedExposureParams | Gets a ICogAcqExposure interface for a FIFO if one exists. | |
| OwnedFieldCalibrationParams | Gets a ICogAcqFieldCalibration interface for a FIFO if one exists. | |
| OwnedGigEVisionTransportParams | Gets a ICogAcqGigEVisionTransport interface for a FIFO if one exists. | |
| OwnedHardwareImagePoolParams | Gets a ICogAcqHardwareImagePool interface for a FIFO if one exists. | |
| OwnedHorizontalAdjustmentParams | Gets a ICogAcqHorizontalAdjustment interface for a FIFO if one exists. | |
| OwnedLightParams | Gets a ICogAcqLight interface for a FIFO if one exists. | |
| OwnedLineScanParams | Gets a ICogAcqLineScan interface for a FIFO if one exists. | |
| OwnedLookupTableParams | Gets a ICogAcqLookupTable interface for a FIFO if one exists. | |
| OwnedMasterClockFrequencyParams | Gets a ICogAcqMasterClockFrequency interface for a FIFO if one exists. | |
| OwnedOffsetClampParams | Gets a ICogAcqOffsetClamp interface for a FIFO if one exists. | |
| OwnedProfileCameraParams | Gets a ICogAcqProfileCamera interface for a FIFO if one exists. | |
| OwnedRangeImageParams | Gets a ICogAcqRangeImage interface for a FIFO if one exists. | |
| OwnedReadoutDirectionParams | Gets a ICogAcqReadoutDirection interface for a FIFO if one exists. | |
| OwnedROIParams | Gets a ICogAcqROI interface for a FIFO if one exists. | |
| OwnedSampleParams | Gets a ICogAcqSample interface for a FIFO if one exists. | |
| OwnedSettlingTimeParams | Gets a ICogAcqSettlingTime interface for a FIFO if one exists. | |
| OwnedSimultaneousParams | Gets a ICogAcqSimultaneous interface for a FIFO if one exists. | |
| OwnedStrobeDelayParams | Gets a ICogAcqStrobeDelay interface for a FIFO if one exists. | |
| OwnedStrobeParams | Gets a ICogAcqStrobe interface for a FIFO if one exists. | |
| OwnedStrobePulseDurationParams | Gets a ICogAcqStrobePulseDuration interface for a FIFO if one exists. | |
| OwnedSyncParams | Gets a ICogAcqSync interface for a FIFO if one exists. | |
| OwnedTriggerFilterParams | Gets a ICogAcqTriggerFilter interface for a FIFO if one exists. | |
| OwnedTriggerParams | Gets a ICogAcqTrigger interface for a FIFO if one exists. | |
| OwnedWhiteBalanceParams | Gets a ICogAcqWhiteBalance interface for a FIFO if one exists. | |
| SelectedSpaceName | Read or set the selected space name that is applied to each image returned from Acquire or CompleteAcquire. | |
| StateFlags |
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.) | |
| Timeout | 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). | |
| TimeoutEnabled | Read or set whether the timeout value is used. | |
| UserData | Gets a CogDictionary object that can be used to store application-specific information for this acquisition fifo. Internal use only. | |
| VideoFormat | Video Format associated with this acquisition fifo. |
See Also