CogJob Image Method Cognex VisionPro 9.8
Overload List

  NameDescription
Public methodImage 
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.
Public methodImage(Int32, Boolean)
Image(int,bool) allows any image to be looked at and/or removed from the image queue. Care must be taken to not remove images from the image queue if the CogJob is running image processing.
Top
See Also