WebCam supporting WIA interface

  • Thread starter Thread starter Przemek
  • Start date Start date
P

Przemek

Hi,
I just try to write some C# code using WIALib, and I found a little problem
with my WebCam - it doesn't work! - it not supports WIA interface - TWAIN
only. So, I gonna buy new WebCam and my question is:
What is the best market proposition of WebCam's with supporting of WIA
interface?
It's extreme dificult to find thats information in technical specyfications
of product presented in emarkets webs.
Thanx for ansfer - have a nice day!
 
"Przemek" said:
Hi,
I just try to write some C# code using WIALib, and I found a little problem
with my WebCam - it doesn't work! - it not supports WIA interface - TWAIN
only. So, I gonna buy new WebCam and my question is:
What is the best market proposition of WebCam's with supporting of WIA
interface?
It's extreme dificult to find thats information in technical specyfications
of product presented in emarkets webs.
Thanx for ansfer - have a nice day!

If you are taking still pictures, perhaps a digital camera
controlled by WIA (Windows Image Acquisiton) would be better.
These would offer you much better resolution.

http://support.microsoft.com/default.aspx?scid=kb;en-us;317495

TWAIN is shown in the software stack here:

http://web.archive.org/web/20050207...Windows/XP/all/reskit/en-us/prdh_dmt_nwln.asp

There are a couple projects described here:
http://www.codetools.com/dotnet/wiascriptingdotnet.asp
http://www.codetools.com/dotnet/twaindotnet.asp

Paul
 
.......
If you are taking still pictures, perhaps a digital camera
controlled by WIA (Windows Image Acquisiton) would be better.
These would offer you much better resolution.

http://support.microsoft.com/default.aspx?scid=kb;en-us;317495

TWAIN is shown in the software stack here:

http://web.archive.org/web/20050207...Windows/XP/all/reskit/en-us/prdh_dmt_nwln.asp

There are a couple projects described here:
http://www.codetools.com/dotnet/wiascriptingdotnet.asp
http://www.codetools.com/dotnet/twaindotnet.asp

Paul


Thanx - it was wery helpfull !
 
Back
Top