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