Hello. I have problem with Emgu cv and Microsoft Speech. Speech recognition works fine until I turn on face detection (button1_Click). Where is problem? What I'm doing wrong?
I'm thinking the problem may be in:
sre.SpeechRecognized += new EventHandler<SpeechRecognizedEventArgs>(sre_SpeechRecognized);
and
Application.Idle += new EventHandler(FrameGrabber);