[sane-devel] Avision AV820C Plus flatbed scanner - ADF
Philip Rhoades
phil at chu.com.au
Thu Mar 23 03:57:43 UTC 2006
Allan, Ren,
I can't get the ADF to work with this scanner - when I use:
scanimage --device-name=avision:/dev/sg0 --format=tiff --mode="Line Art"
--resolution=200 --source=Normal --batch
it works OK for the flatbed but if I change source to "ADF" or
"Transparency" I get an error message:
scanimage: setting of option --source failed (Invalid argument)
It seems that the software is autodetecting the flatbed and not adding
the extra source mode "ADF"?:
if (dev->hw->feature_type & AV_FILMSCANNER) {
dev->scanner_type = AV_FILM;
dev->sane.type = "film scanner";
}
else if ( BIT(result[62],6) || BIT(result[62],4) ) {
dev->scanner_type = AV_SHEETFEED;
dev->sane.type = "sheetfed scanner";
}
else {
dev->scanner_type = AV_FLATBED;
dev->sane.type = "flatbed scanner";
}
How can I force the scanner to use the ADF?
I did try the scanadf program but that scanned from the flatbed as well.
Thanks,
Phil.
On Wed, 2005-09-07 at 09:25 -0400, m. allan noah wrote:
> phil- i think you need to look around a bit more. sane support for
> machines with ADF exists for many models. not sure about the Avision
> 820, but i have used the fujitsu sp15c with the avision backend, and
> its adf works. look at the options the backend provides using
> the command 'scanimage --help'. look for something about 'source'.
>
> try using the command 'scanadf' instead of scanimage.
>
> allan
>
> On Wed, 7 Sep 2005, Philip Rhoades wrote:
>
> > People,
> >
> > I have looked at the SANE stuff and it is quite nice but it seems not to
> > have support for multiple page scans from sheets in a hopper (as opposed
> > to a single sheet in a flat bed etc).
> >
> > I don't know how difficult it would be to add hopper support (we have
> > Avision 820C scanners - Fujitsu rebadged?) but we would be prepared to
> > pay for enhancements if they were possible.
> >
> > Thanks,
> >
> > Phil.
> >
>
--
Philip Rhoades
Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275)
GPO Box 3411
Sydney NSW 2001
Australia
Mobile: +61:0411-185-652
Fax: +61:2:8923-5363
E-mail: phil at chu.com.au
More information about the sane-devel
mailing list