Ejemplo n.º 1
0
 private void CamStop()
 {
     WebCam.CloseVideoSource();
     label2.Text       = "Camera stopped.";
     start.Text        = "Start &Webcam";
     pictureBox1.Image = null;
 }
Ejemplo n.º 2
0
 private void Main_Closing()
 {
     WebCam.CloseVideoSource();
 }
Ejemplo n.º 3
0
 private void Main_FormClosing(object sender, FormClosingEventArgs e)
 {
     WebCam.CloseVideoSource();
 }