Exemple #1
0
 private void btnTakePic_Click(object sender, EventArgs e)
 {
     //capture an image and save it to the application path
     icc.CaptureImage("CapturedImage.jpg");
     Process.Start("CapturedImage.jpg");
 }