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.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax
Property Value
Type: Int32Remarks
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