I need to write a small simple application that will use a Logitech C910/920 USB webcam and capture 4 images, each on a button click, save them to a folder. I also need to pan the camera up and down, left and right using buttons. I also need to find a way to have a watermark on the bottom of the image based on what was put in a text box.
I have been looking at several examples, but a lot of them use the Aforge Framework, which I have but for some reason I can not use in VS2010 Ultimate.
Thank you
Maen BadwanPosted Mar 30, 2017, 11:55 AM
I reviewed your requirements and I think you can do them using LEADTOOLS Multimedia toolkit. This toolkit provides .NET classes that can help you to capture data (video, audio, images, etc.) from your webcam if it has a standard DirectShow or Media foundation driver. Also, LEAD Text overlay filter can help you to watermark your text over the images. More details with sample projects can be found here:
https://www.leadtools.com/support/forum/posts/m37595-C--Example-Using-LEAD-TextOverlay-DirectShow-Filter
I hope this help!