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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Version 7.0.0 and Doc Feeder Issue
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

mischagilraen

USA
2 Posts

Posted - Jun 09 2017 :  14:01:15  Show Profile  Reply
We just upgraded from version 3.1.2 to 7.0.0 and are having an issue with the document feeder. We use the ImageENView.Acquire method. In the old version, it would grab the first document from the feeder of the scanner but now, it grabs all four documents, but only the first document displays in the component. Is there a setting I need to set to tell the scanner to only feed the first document through?

Thank you,

Mischa Gilraen

mischagilraen

USA
2 Posts

Posted - Jun 09 2017 :  17:10:34  Show Profile  Reply
Update: I found the properties AutoScan and AcceptedImages and added them into my project but it still doesn't act right. A call to Acquire will load one page in and then the other will load halfway in. Then, if I call Acquire again, it loads the third page and displays it. The 2nd one never gets displayed. This is happening on multiple scanners (different makes and models).

My code is here:

FeederEnabled := True;
AutoFeed := False;
AcceptedImages := 1;
AutoScan := False;
ImageEnView1.IO.OnAcquireBitmap := ImageIOAcquireBitmap;
// while FeederLoaded do
ImageEnView1.IO.Acquire;
Go to Top of Page

xequte

38225 Posts

Posted - Jun 11 2017 :  19:38:23  Show Profile  Reply
Hi

I'm not aware of such an issue in our current release. Are you using the same code you were using in v3.1.2? Is the source Twain or WIA?

Can you reproduce this in our Twain and AllAcquire demos in \Demos\ImageAcquisition\?

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: