CogJob Image Method Cognex VisionPro 9.25 SR1
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.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax

public ICogImage Image()

Return Value

Type: ICogImage
A reference to an ICogImage
Events

Event TypeReason
CogJob ImageRemovedFires when an image is removed from the image queue.
Remarks

Examples

See Also