Esempio n. 1
0
 /// <summary>
 /// Stopping the PenTracker
 /// <remarks>Cannot be used to stop the calibration, this have to be completed first</remarks>
 /// </summary>
 public void Stop()
 {
     _penTracker.Stop();
     IsRunning = false;
 }
Esempio n. 2
0
 /// <summary>
 /// Stopping the PenTracker
 /// <remarks>Cannot be used to stop the calibration, this have to be completed first</remarks>
 /// </summary>
 public void Stop()
 {
     //_pictureProvider.FrameReady -= _camera_FrameReady; // TODO siehe _camera_FrameReady
     _penTracker.Stop();
     this.IsRunning = false;
 }