Start a new acquisition. The returned value is a ticket that may be handed to CompleteAcquire.
Namespace: Cognex.VisionPro.FG8504.Implementation.InternalAssembly: Cognex.VisionPro.FG8504 (in Cognex.VisionPro.FG8504.dll) Version: 65.1.0.0
Syntax
Return Value
Type: Int32A ticket that you can pass CompleteAcquire(Int32, Int32 , Int32 ) to complete the acquisition.
Implements
ICogAcqFifo StartAcquireExceptions
| Exception | Condition |
|---|---|
| CogAcqWrongTriggerModelException | Trigger model is auto or slave. |
| CogAcqTooManyStartsException | No more acquisition requests can be made. The limit is 32 acquisition requests. |
Remarks
Starts a new acquisition without waiting for the acquisition for complete. The returned value is a ticket that you pass CompleteAcquire(Int32, Int32 , Int32 ) to get the acquired image.
See Also