Domanda

I already have a web application that allows my clients to scanner documents from scanners with TWAIN drivers installed, save scanned documents as PDF locally or upload to web server.

One thing I would like my web application to support is capturing images from built-in webcam. It seems there aren't or very few webcams that support TWAIN.

Any suggestions to make it work?

È stato utile?

Soluzione

You'll need to use something other that TWAIN, WIA is probably the easiest way to grab an image, see this answer

Altri suggerimenti

If your camera does not have a twain driver and your applications are not "seeing" it, you will have to use a 3rd party solution that comes in between the camera and your application. I am using terminalworks' Unitwain as I am already using some of their other scanning products. I must say that it helped me a lot cause I already had a lot of web cameras installed but no twain drivers available for our new business application.

edit: i forgot to include a link to the site: http://www.terminalworks.com/unitwain

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top