CogAcqHardwareImagePool UseCustomHardwareImagePool Property Cognex VisionPro
When True, you can set HardwareImagePool to a specific value.

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

public virtual bool UseCustomHardwareImagePool { get; set; }

Property Value

Type: Boolean

Implements

ICogAcqHardwareImagePool UseCustomHardwareImagePool
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