CogAcqHardwareImagePool HardwareImagePool Property Cognex VisionPro
Get or set number of images in the pool. A larger value provides more reliable acquisition, but uses more memory.

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

public virtual int HardwareImagePool { get; set; }

Property Value

Type: Int32

Implements

ICogAcqHardwareImagePool HardwareImagePool
Remarks

Sets or gets the number of images in the image pool.

When UseCustomHardwareImagePool is False, this number is the same as RecommendedHardwareImagePool. When True, you can set the number images in the pool as appropriate for your application.

A larger number of images in the pool provides more reliable acquisition, but uses more memory.

See Also