Prepare the fifo so it is ready to start taking triggers immediately.
Namespace: Cognex.VisionPro.ImagingDevice.Implementation.InternalAssembly: Cognex.VisionPro.ImagingDevice (in Cognex.VisionPro.ImagingDevice.dll) Version: 65.1.0.0
Syntax
Implements
ICogAcqFifo PrepareRemarks
Prepare the acquisition hardware so that the FIFO is ready to accept triggers immediately.
When AutoPrepareEnabled is True (the default), the acquisition system automatically calls Prepare when any property changes. In most cases you do not need to use Prepare yourself.
If you are changing many properties at once, you can set AutoPrepareEnabled to False, change all the properties, and call Prepare to set up the hardware for all the properties.
See Also