Table of contents

Need better scanning performance?

Get a FREE customized reading template.

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
}

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.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: