ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Very slow to scan via TWAIN

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
FLDelphi Posted - Sep 09 2019 : 18:53:53
We're trying to solve a very troubling problem here. A user in the field reported very slow scanning, and we decided to get a similar printer model and we are also seeing very slow scanning.

I decided to build a bare-bones app in Delphi to see if I could limit factors. It is also a very slow scan.

What's interesting is during the scan process Delphi reports dozens of "Non-user Breakpoints". It seems to be trying to load FactorySettings, but I am at a loss trying to figure out what it wants.

See attached screenshot



This may not be the cause of the slow scan, but I figured it was a good place to start.

Using Delphi XE 3, ImageEn V 8.6.0, Windows 10, HP Laser Jet MFP M227
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Sep 15 2019 : 19:01:32
Hi

The breakpoints are not within ImageEn, but the Twain driver, so I don't really have any good suggestions for you. Maybe another user has an idea...

Nigel
Xequte Software
www.imageen.com
FLDelphi Posted - Sep 10 2019 : 11:11:40
Can you suggest a third party app that actually uses TWAIN? All I can find are apps that use WIA.

Found another interesting hint. While modifying the TwainParams.SelectedSource is very fast, modifying the TwainParams.PixelType is very slow. After the initial slowness of modifying the PixelType, other settings are back to being very fast (XYResolution, Brightness, Etc).
xequte Posted - Sep 10 2019 : 01:15:49
Hi

Does another third party app using the same driver also experience the slowness?

Nigel
Xequte Software
www.imageen.com