// Use this for initialization
 private void Start()
 {
     if (!_rgbd || !_controller)
     {
         enabled = false;
     }
     _controller.Init();
 }