Get or set the image queue capacity.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 69.0.0.0 (69.0.0.0)
Syntax
Property Value
Type: Int32The capacity of the image queue is the number of images which can be queued up when the job is running and acquiring images.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the ImageQueueCapacity changes. |
Exceptions
| Exception | Condition |
|---|---|
| CogNotStoppedException | Thrown if the CogJob is not stopped or if any other CogJobs are not stopped when the ProcessingModel is set to Balanced. |
Remarks
Examples
See Also