I am developing in Unity3d and am using Nuitrack sdk.
I have a script in which
I call sensor = DepthSensor.Create();
When enabled the script in enabled, the fps is jumping between 60 and 100,
When disabled these the fps is jumping between 55 to 70.
Does anyone has explaination as to why creating the depthsensor improves the performance?