Example #1
0
 private void bntContinue_Click(object sender, EventArgs e)
 {
     webcam.Continue();
 }
Example #2
0
 private void bntContinue_Click(object sender, EventArgs e)
 {
     imgVideo.Visible   = true;
     imgCapture.Visible = false;
     webcam.Continue();
 }