Need better scanning performance?
MaxParallelTasks
Parameter MaxParallelTasks defines the maximum number of parallel tasks for the DCV runtime.
JSON Structure
Location in template:
CaptureVisionTemplates[i]
└── MaxParallelTasks
Parent object: CaptureVisionTemplate object
Example:
{
"MaxParallelTasks":4
}
- This snippet shows only the
MaxParallelTasksparameter.- To use it, embed this parameter within a CaptureVisionTemplate object.
- For the complete JSON structure, see:
Parameter Details
| MaxParallelTasks Parameter Details |
|---|
| Type int |
| Range -1, 0, [1, 256] |
| Default Value 4 |
| Remarks 1) 0: Only open the management thread, the execution task thread and the management thread are the same thread. 2) -1: Do not open the management thread or the task thread, that is, run in the thread that calls StartCapturing. |