// Release camera on exit. Make sure you do this, or else Unity usually crashes when you start the game again!
 void OnApplicationQuit()
 {
     VisageTrackerNative._freeCamera();
 }