The number of video frames to analyze concurrently, where frames can be analyzed in parallel.
The result of changing this parameter depends on the value you have set for IngestRate:
IngestRate=1
and your Media Server is dropping frames, increasing the value of this parameter allows Media Server to analyze a greater proportion of the frames that are selected for analysis (and therefore drop fewer frames).IngestRate=0
, increasing the value of this parameter means that Media Server can complete processing the video in less time.Note: Do not increase the value of this parameter unless your server has spare resources (CPU cores) available, because doing so will significantly decrease performance.
Note: When you use a Convolutional Neural Network (CNN) classifier, Media Server can use a maximum of one thread for an image classification task. With CNN classifiers, multiple tasks run in parallel only if they use different classifiers.
Type: | Integer |
---|---|
Default: | 1 |
Required: | No |
Configuration Section: | TaskName |
Example: |
To allow image classification to use up to two threads:
|
See Also: |
|