When True, you can set HardwareImagePool to a specific value.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Property Value
Type: BooleanImplements
ICogAcqHardwareImagePool UseCustomHardwareImagePoolRemarks
Sets or gets whether to use a custom image pool size.
When this property is False, the size of the image pool is always RecommendedHardwareImagePool. When True, the size of the image pool is determined by HardwareImagePool
Typically you would set this property to True and specify a value for HardwareImagePool only if you're acquiring very large images and RecommendedHardwareImagePool would require too much memory.
Default Value: False
See Also