The CPU and GPU are used for image processing in the Atlas SDK, and the image-processing library is running threads as fast as possible to achieve the best image-processing performance. This can be disabled by setting the system environment variable “OMP_WAIT_POLICY” to “PASSIVE” without losing too much performance.
To change the environment variable, follow the steps below:
- Right-click on Computer, then select Properties.
- Go to Advanced System Settings, Environment Variables.
- Change the value of the OMP_WAIT_POLICY variable to "PASSIVE."