ICogAcqHardwareImagePool UseCustomHardwareImagePool Property Cognex VisionPro 9.7
When False (the default), HardwareImagePool will always be the same as RecommendedHardwareImagePool. When True, you can set HardwareImagePool to a specific value. Normally, you would only set CustomHardwareImagePool to True if you are acquiring very large images and the recommended setting requires too much memory.

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

bool UseCustomHardwareImagePool { get; set; }

Property Value

Type: Boolean
Remarks

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