Page 1 of 1

SCANNING MULTIPLE DOCUMENTS MEMORY ERROR

Posted: Thu Aug 26, 2010 5:44 pm
by amejiae
Hi
I can scan multiple pages from the feeder. However if I scan more than 9 pages, I get a "out of memory" exception when executing AcquireModal().

I am using version 6.
Is there any limitation on the buffer? does that depends on a buffersize I can change somehow? or is there any documentation about it? is the memory performance better in v7?

Any help can be useful.
Thanks in advance.
Alejandro

Re: SCANNING MULTIPLE DOCUMENTS MEMORY ERROR

Posted: Fri Aug 27, 2010 8:58 am
by Yuri
There was MaxImages Property in v6 that determines the maximum number of images in the internal images buffer.
So you can avoid memory overflow.

In v7 you should use Capacity and AutoClean Properties for that purpose. Simply read the documentation provided.
Memory usage in V7 is more better optimized.

Regards

Re: SCANNING MULTIPLE DOCUMENTS MEMORY ERROR

Posted: Mon Aug 30, 2010 1:44 pm
by Alex
Hello Alejandro,

Please send me a snippet of your code and log-file generated by SDK. Acquired images are stored in the Device.AcquiredImages collection - make sure that you have enough memory for your images.

Best regards, Alexander