コード例 #1
0
 // returns the number of Kinect users
 public int GetUsersCount()
 {
     return(FacetrackingWrapper.GetInteractorsCount());
 }