CogJob ImageQueueCapacity Property Cognex VisionPro
Get or set the image queue capacity.

Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax

public int ImageQueueCapacity { get; set; }

Property Value

Type: Int32
The capacity of the image queue is the number of images which can be queued up when the job is running and acquiring images.
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJob is not stopped or if any other CogJobs are not stopped when the ProcessingModel is set to Balanced.
See Also