The ICogAcqFifo type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Acquire | Acquire a new image. | |
| AcquiredPixelFormat | The pixel format of the image as the camera acquires them. | |
| CompleteAcquire | Completes the acquisition specified by the given ticket and returns the acquired image. If the ticket is omitted, or set to -1, the uncompleted acquire that was least recently started will be completed. | |
| CompleteAcquireEx | Completes the acquisition specified by the requested ticket and returns the acquired image. This method is the same as CompleteAcquire(Int32, Int32 , Int32 ) but passes and returns its results in an ICogAcqInfo. | |
| Connect | Cognex Internal use only. | |
| CreateEventSink | Create an object in the event thread of this fifo. This allows single-threaded objects to sink acquisition events efficiently. | |
| Flush | Flush all outstanding queued acquisitions. | |
| GetFifoState | Returns the instantaneous state of the fifo. | |
| GetInternal | Cognex Internal use only. | |
| Prepare | Prepare the fifo so it is ready to start taking triggers immediately. | |
| ResumeAndRaiseChangedEvent |
Re-enables raising of the Changed event after SuspendChangedEvent
has been called, and raises the Changed event if the
ChangedEventSuspended count is reduced to zero and any changes were
made while events were suspended. Must be called once for each call to
SuspendChangedEvent.
(Inherited from ICogChangedEvent.) | |
| SetInternal | Cognex Internal use only. | |
| StartAcquire | Start a new acquisition. The returned value is a ticket that may be handed to CompleteAcquire. | |
| SuspendChangedEvent |
Temporarily suspends the raising of the Changed event. May be called
more than once, and a corresponding call to ResumeAndRaiseChangedEvent
must be made for each call to SuspendChangedEvent.
(Inherited from ICogChangedEvent.) |
See Also