VidiReports is not a multi-core application per see (i.e. images are not split across multiple cores).
However, VidiReports can use multithreading to process images in parallel, with the nthreads parameter, if you have processor using 2 or more cores. This will result in better FPS, or will let you use higher resolution images. Note that if you have just 2 cores and use the dual thread option, you won't be able to run any other app smoothly in parallel to VidiReports.
Max nthreads value: 4
To implement this feature, edit the value nthreads in your VidiReports Control Center:
- VidiReports 7:
Click on the Configure button, then on the Advanced parameters dropdown. Scroll to the section nthread and enter value higher than 1, but lesser or equal to your maximum number of threads.


Be aware that the current maximum value supported by VidiReports is 4 - f you enter a value that's equivalent to your total number of cores (eg if you enter 4 while you run a quad-core processor), then no other app will be able to run simultaneously to VidiReports
- [Legacy] VidiReports version 6
Under the category "config", or directly edit the configuration file by going to http://localhost:81/config_edit.html under Windows (or http://localhost:2074/config_edit.html under Linux), and write nthreads = 2 at the end of the config file.