Exemplo n.º 1
0
 private void Window_Closing(object sender, System.ComponentModel.CancelEventArgs e)
 {
     WebCamCtrl.StopCapture();
     MainWindow.MWInstance.camButton.IsEnabled = true;
 }
Exemplo n.º 2
0
 private void EndButton_Click(object sender, RoutedEventArgs e)
 {
     // Stop the display of webcam video.
     WebCamCtrl.StopCapture();
 }
Exemplo n.º 3
0
 private void camStopButton_Click(object sender, RoutedEventArgs e)
 {
     WebCamCtrl.StopCapture();
 }