Skip to content
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

Open
PNunes540 opened this issue Apr 1, 2022 · 5 comments
Open

Cant change capabilities whith a WIA-TWAIN driver #27

PNunes540 opened this issue Apr 1, 2022 · 5 comments

Comments

@PNunes540
Copy link

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.

@jiejiuk1
Copy link

Same here

@jiejiuk1
Copy link

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.

@mikebm
Copy link

mikebm commented Mar 1, 2024

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.

@AOgai
Copy link

AOgai commented Oct 16, 2024

Hi,
did you ever find a solution?

All Capabilities of a DataSource return false even though the scanner 100% supports some of them.
For example Capabilities.CapFeederEnabled.IsSupported is false, but should be true.

@PNunes540
Copy link
Author

No. I give up trying to use NTwain with WIA-Twain driver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants