Currently, I am using Nuitrack free trial for skeleton tracking in unity. Now once I start the nuitrack, I want to restart it at some point along with scene load in unity, How can I restart the Nuitrack again.
Pay attention to the functions Nuitrack::Update()
and Nuitrack::WaitUpdate()
. They throw an exception if you reach the time limit with your license. After you get the exception, you can run Nuitrack::Release()
and initialize Nuitrack and all the necessary modules. Next, you need to re-run Nuitrack::Run()
. Please note that these actions can be time-consuming (up to several seconds).
1 Like