Glenn:There is one main issue you are likely to run into; I've never seen a webcam that will allow you to take a picture without the user interface. They don't allow it because it would introduce security issues. While you can call Acquire every 15 seconds, I'm pretty sure the user would have to click a button on the user interface to take the picture.
Hi Glenn;
Thanks for the reply; Is this the nature of all the "WebCams" in general?
Well, let me pose the question a different way. I don't have to use a "WebCam", but I need to capture still images every few seconds and send it to the server.
My first thought was to use analog camera and use a image capture board. But the seems to have become old and expensive. So, my next move was to use a "WebCam" to tell the camera to capture a "Digital" picture using TWAIN system like yours.
So, what else can I use that I can automate the image capturing?
I also need to be able to use the same camera to capture a product image and save into database, in this case I would provide an interface for the user to click to capture and then save.
As I was reading the manual, it says that I need to use a WinForm to control the TWAIN system. I don't see any problem, but do you think I can also approach this using SilverLight 1.1 where I can use C#, instead of WinForm?
Sorry, too many questions!
Thanks!