// returns the number of Kinect users
 public int GetUsersCount()
 {
     return(FacetrackingWrapper.GetInteractorsCount());
 }