How to use the CPU MaxLoad value in the Nuitrack.config file?

Hello everyone,
I use the Nuitrack C# sample with the AI skeleton tracker and would like to limit the maximum CPU usage.
I found this setting in the nuitrack.config but couldn´t find any explanation for it:

“CPU”: {
“MaxLoad”: -1.0
},

I guess -1.0 means no restriction at all, but how could I set it to, e.g. 60% of my maximum CPU power?

Thank you!

Hi @emanuel.gollob

You’re correct -1.0 means no restriction. We recommend not to change it, as it can affect tracking quality.

To enable load restriction you can set this parameter to the value between 1.0 and 0.0, lower value means lower CPU usage.

Hi @emanuel.gollob

Have you had chance to try it? Do you have any other questions I can help you with?