Interface for simultaneous acquisition.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax
The ICogAcqSimultaneous type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreateSlaveAcqFifo | Create a new slave fifo for simultaneous acquisition. The slave fifo will have the same video format as this fifo. | |
| GetSlaves | Returns any slave acquisition fifos. |
Properties
| Name | Description | |
|---|---|---|
| Master | Returns the master acquisition fifo if this is a slave. Returns null if this is not a slave. |
Remarks
Interface for implementing synchronous simultaneous acquisition, also called master/slave acquisition, for an CogAcqFifo.
When the master acquisition FIFO gets an acquisition request, all of the slave FIFOs also get an acquisition request. See Simultaneous Acquisition in the Acquisition in VisionPro theory topic for more information.
See Also