Image() remvoes and returns the oldest image in the image queue. Image() will return null if the image queue is empty. Care must be taken to not remove images from the image queue if the CogJob is running image processing.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax
Return Value
Type: ICogImageA reference to an ICogImage
Events
| Event Type | Reason |
|---|---|
| CogJob ImageRemoved | Fires when an image is removed from the image queue. |
Remarks
Examples
See Also