Exemplo n.º 1
0
 private void bntStart_Click(object sender, EventArgs e)
 {
     webcam.Start();
 }
Exemplo n.º 2
0
 private void bntStart_Click(object sender, EventArgs e)
 {
     imgVideo.Visible   = true;
     imgCapture.Visible = false;
     webcam.Start();
 }