Interface for Hardware Image Pool.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
The ICogAcqHardwareImagePool type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| HardwareImagePool | 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. | |
| RecommendedHardwareImagePool | Get the recommended number of images in the pool. Note that the recommended value may change when the region of interest changes. | |
| UseCustomHardwareImagePool | 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. |
Remarks
This property lets you set the size of the image pool memory for a Cognex MVS-8600 frame grabber.
Use OwnedHardwareImagePoolParams to get an ICogAcqHardwareImagePool from an .
See Also