MulticoreOperation
Enumeration instructing imaqMulticoreOptions what to do with the users data, and how many processors the user would like to take advantage of. The default is to take advantage of as many cores as possible.
Elements
Name | Value | Description |
---|---|---|
IMAQ_GET_CORES | 0 | The number of processor cores NI Vision is currently using. |
IMAQ_SET_CORES | 1 | The number of processor cores for NI Vision to use. |
IMAQ_USE_MAX_AVAILABLE | 2 | Use the maximum number of available processor cores. |