Esempio n. 1
0
 /// <summary>
 /// Makes the base library handle any pending USB events. Either this, or UpdateStatus
 /// should be called repeatedly.
 /// </summary>
 public static void ProcessEvents()
 {
     KinectNative.freenect_process_events(KinectNative.Context);
 }