Hi friends!
I'm working with WebCam Library to capture an image. My UI also contains a textBox which allows user to name the image file in order to save the file.
I noticed cursor inside textbox is not responding accurately, since not all keydowns are registered while WebCam is started. I wouldn't like to stop the camera in order to allow user to keep watching what webcam registers while user is typing the image name.
I checked that if webCam stops, cursor in textbox is behaving as expected. Any suggestion will be welcome, thank you in advance!

Edward SimonPosted Oct 13, 2014, 1:35 AM
http://www.camera-sdk.com/p_53-how-to-take-a-picture-snapshot-and-save-it-as-jpg-onvif.html
You will find a sample at this site in C#. You can modify and try it. There are methods to make connection with your camera and methods how can you store the picture of the camera. I hope that this solution can solve your problem or you can find solutions to your own project. Besides that you can find WPF solution too if you click WPF tab at this page.