Example #1
0
 public Form1()
 {
     InitializeComponent();
     speech = new Speech(this);
     pcc    = new Camera.PCCamera(this.pictureBox1.Handle, 0, 0, 320, 240);
 }
Example #2
0
 public Form1()
 {
     InitializeComponent();
     speech = new Speech(this);
     pcc = new Camera.PCCamera(this.pictureBox1.Handle, 0, 0, 320, 240);
 }