What’s the best way to turn off the camera on a scene which doesn’t need it? It seems to keep the camera on when it’s not needed (can see the IR lights).
The reason why I need this is that the player runs 24/7 onboard a cruise ship and the camera overheats when the camera is constantly tracking when it doesn’t need to be. Example, when no one is playing the game it returns to a menu screen but the camera is still on when it shouldn’t be.
There’s no possibility to turn on or turn off the camera in the current Nuitrack version, however, it’s expected that one working session is located between Nuitrack.Init and Nuitrack.Release. There’s an option to develop an app in a way that calling Nuitrack.Init and further creation of modules (Nuitrack startup) are triggered by an event that means “start of a new gaming session” and Nuitrack stopping (Nuitrack.Release) is triggered by an other event that means “stop of a gaming session”.
We have the same as olga said. When the game starts we start it manually through the init, and when going back to the main menu we use Nuitrack.Release. Sadly Nuitrack.release makes a pretty heavy lag spike.