ICogAcqHardwareImagePool HardwareImagePool Property Cognex VisionPro 9.24
Get or set number of images in the pool. A larger value provides more reliable acquisition, but uses more memory. You will only be able to set the value if CustomHardwareImagePool is set true.

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

int HardwareImagePool { get; set; }

Property Value

Type: Int32
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