Is nuitrack AI enabled by default if you have a licence for it

Hello @DrDoob
For Nuitrack AI to work, you need to have a license and configure these values in the config (…\Nuitrack\nuitrack\nuitrack\data\nuitrack.config):

  • DepthProvider.Depth2ColorRegistration = true
  • Skeletonization.Type = CNN_HPE

Working in Unity with Nuitrack AI and regular Nuitrack is no different. From the point of view of body tracking, only the algorithm used within Nuitrack itself changes. The interaction through the API does not change in any way.
Please let me know if you have any other questions.