-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant change capabilities whith a WIA-TWAIN driver #27
Comments
Same here |
Looks like same goes for all scanners: https://stackoverflow.com/questions/52521593/ntwain-icapsupportedsizes-is-not-supported I'm having the same trouble with EPSON WF7620. |
Same issue here... Going to try and debug it tomorrow. It says I can set the capabilities, but it fails when I do. Trying to change the DPI from 100 to 300 for example. |
Hi, All Capabilities of a DataSource return false even though the scanner 100% supports some of them. |
No. I give up trying to use NTwain with WIA-Twain driver. |
Using a Fujistu 5120C with old version "pure" TWAIN driver all works fine. But with a Windows 10 x64 latest version WIA-TWAIN driver the settings are not assumed by scanner. Example, if I change to 300 DPI it still returns 150 DPI images. The same for all other capabilities.
Has anyone had a similar experience? It seems NTwain does not work with TWAIN drivers encapsulated in WIA driver DLLs.
The text was updated successfully, but these errors were encountered: