I need help to make my program. I have developed a form in C# that only has a textbox and a button to take a photo using the webcam and save it in the file path specified.
So I need a method to start the webcam, take a photo and save it in the file path and close the webcam immediately. No need to see what the webcam shows, just take the photo very fast and save it.
Any idea how I can do that? All comments are welcome. Thanks in advance.