sane-project-website/old-archive/2000-10/0039.html

155 wiersze
5.5 KiB
HTML

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-2022-jp">
<TITLE>sane-devel: The problem of xscanimage by CanoscanFB620S</TITLE>
<META NAME="Author" CONTENT="Mitsuru$B!!(BOkaniw (m-okaniwa@bea.hi-ho.ne.jp)">
<META NAME="Subject" CONTENT="The problem of xscanimage by CanoscanFB620S">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>The problem of xscanimage by CanoscanFB620S</H1>
<!-- received="Wed Oct 4 01:33:51 2000" -->
<!-- isoreceived="20001004083351" -->
<!-- sent="Wed, 4 Oct 2000 13:13:31 +0900" -->
<!-- isosent="20001004041331" -->
<!-- name="Mitsuru$B!!(BOkaniw" -->
<!-- email="m-okaniwa@bea.hi-ho.ne.jp" -->
<!-- subject="The problem of xscanimage by CanoscanFB620S" -->
<!-- id="000001c02dde$1c475380$6425530a@necpcuser" -->
<!-- charset="iso-2022-jp" -->
<STRONG>From:</STRONG> Mitsuru$B!!(BOkaniw (<A HREF="mailto:m-okaniwa@bea.hi-ho.ne.jp?Subject=Re:%20The%20problem%20of%20xscanimage%20by%20CanoscanFB620S&In-Reply-To=&lt;000001c02dde$1c475380$6425530a@necpcuser&gt;"><EM>m-okaniwa@bea.hi-ho.ne.jp</EM></A>)<BR>
<STRONG>Date:</STRONG> Tue Oct 03 2000 - 21:13:31 PDT
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0040.html">Collins, Martin: "Lineart with xsane/mustek (Was: Patch for sane.tex (image polarit y))"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0038.html">Douglas Gilbert: "Re: SCSI or Scanner???"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0047.html">Lawrence Glaister: "Re: The problem of xscanimage by CanoscanFB620S"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0047.html">Lawrence Glaister: "Re: The problem of xscanimage by CanoscanFB620S"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#39">[ date ]</A>
<A HREF="index.html#39">[ thread ]</A>
<A HREF="subject.html#39">[ subject ]</A>
<A HREF="author.html#39">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
Hi,
<BR>
I'm trying to work xscanimage by CanoscanFB620S properly.
<BR>
The problem of xscanimage by CanoscanFB620S is that
<BR>
the scanimage made by FB620S is not a normal image.
<BR>
The image is the diagonal stripes against black.
<BR>
I tried to look up the debug-file and I thought that the cause of
<BR>
the diagonal stripes scanimage was a difference between
<BR>
number of 'bytes_per_line' and number of bytes of
<BR>
'sanei_scsi_req_wait'. I think the number of 'bytes_per_line' must be equal
<BR>
to the number of bytes of 'sanei_scsi_req_wait'.
<BR>
Is my thought wrong?
<BR>
Would anybody teach me the part of sane program which I change
<BR>
to fix the difference of 'bytes_per_line' and 'sanei_scsi_req_wait'
<BR>
if my thought is not wrong.
<BR>
Would anybody teach me the way of fix the difference.
<BR>
<P>The problem parts of the debug-file are as follows.
<BR>
---------------------------------------------------------
<BR>
[canon] sane_get_parameters: xres='75', yres='75', pixels_per_line='637',
<BR>
bytes_per_line='1911', &lt;==== Look at this number !
<BR>
lines='876'
<BR>
[canon] &lt;&lt; sane_get_parameters
<BR>
[dll] set_io_mode(handle=0x8099990,nonblocking=1)
<BR>
[canon] &gt;&gt; sane_set_io_mode
<BR>
[canon] &lt;&lt; sane_set_io_mode
<BR>
[dll] read(handle=0x8099990,data=0xbfffcc1c,maxlen=8192,lenp=0xbfffcc18)
<BR>
[canon] &gt;&gt; sane_read
<BR>
[canon] &gt;&gt; read_data
<BR>
[sanei_scsi] scsi_req_enter: entered 0x8080e28
<BR>
[sanei_scsi] sanei_scsi_req_wait: waiting for 0x8080e28
<BR>
[sanei_scsi] sanei_scsi.issue: 0x8080e28
<BR>
[sanei_scsi] sanei_scsi_req_wait: read 8228 bytes &lt;==== Look at this number
<BR>
!
<BR>
[canon] &lt;&lt; read_data
<BR>
[canon] &lt;&lt; sane_read
<BR>
[dll] read(handle=0x8099990,data=0xbfffcc1c,maxlen=8192,lenp=0xbfffcc18)
<BR>
<P>regards,
<BR>
<P>-----------------------------
<BR>
Mitsuru Okaniwa
<BR>
email : <A HREF="mailto:m-okaniwa@bea.hi-ho.ne.jp?Subject=Re:%20The%20problem%20of%20xscanimage%20by%20CanoscanFB620S&In-Reply-To=&lt;000001c02dde$1c475380$6425530a@necpcuser&gt;">m-okaniwa@bea.hi-ho.ne.jp</A>
<BR>
tel : (Japan)0566-26-6105
<BR>
-----------------------------
<BR>
<P><P><PRE>
--
Source code, list archive, and docs: <A HREF="http://www.mostang.com/sane/">http://www.mostang.com/sane/</A>
To unsubscribe: echo unsubscribe sane-devel | mail <A HREF="mailto:majordomo@mostang.com?Subject=Re:%20The%20problem%20of%20xscanimage%20by%20CanoscanFB620S&In-Reply-To=&lt;000001c02dde$1c475380$6425530a@necpcuser&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0040.html">Collins, Martin: "Lineart with xsane/mustek (Was: Patch for sane.tex (image polarit y))"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0038.html">Douglas Gilbert: "Re: SCSI or Scanner???"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0047.html">Lawrence Glaister: "Re: The problem of xscanimage by CanoscanFB620S"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0047.html">Lawrence Glaister: "Re: The problem of xscanimage by CanoscanFB620S"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#39">[ date ]</A>
<A HREF="index.html#39">[ thread ]</A>
<A HREF="subject.html#39">[ subject ]</A>
<A HREF="author.html#39">[ author ]</A>
</UL>
<!-- trailer="footer" -->
<HR NOSHADE>
<P>
<SMALL>
<EM>
This archive was generated by <A HREF="http://www.hypermail.org/">hypermail 2b29</A>
: <EM>Wed Oct 04 2000 - 01:35:34 PDT</EM>
</EM>
</SMALL>
</BODY>
</HTML>