Which is the best .NET image capture API for me to use?
Posted
by David
on Stack Overflow
See other posts from Stack Overflow
or by David
Published on 2010-03-23T17:44:36Z
Indexed on
2010/03/23
20:13 UTC
Read the original article
Hit count: 376
I have been tasked with integrating image acquisition into a .NET application and I have been looking for an API to use for performing this function. I have come across several "standard" APIs, some have been in existence for a long time, some not so long. I have looked at references to ISIS, TWAIN, WIA, and SANE (said to be mostly *nix). They all appear to be Win32 libraries except for SANE, and I was wondering what the current recommendations are for talking to image acquisition devices (scanners)?
Feel free to recommend something else if you feel it is better. I'm looking for open source options.
Edit: I put open source, when what I actually meant was free. using WIA or TWAIN is fine since they are free even though they are proprietary interfaces.
© Stack Overflow or respective owner