Hi,<br><br>
I already evaluated all the other CCDs but the results were not good.<br>I enclose the two log files.<br><br>Thanks<br><br><div class="gmail_quote">On 4 June 2011 09:16, stef <span dir="ltr"><<a href="mailto:stef.dev@free.fr">stef.dev@free.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Le vendredi 3 juin 2011 14:02:48 Enma Ai, vous avez écrit :<br>
<div><div></div><div class="h5">> Hi,<br>
> I tried to callibrate with xsane but I got the same error message:<br>
> 'Fallo al definir valor de opción callibrate: Operación no soportada' --><br>
> Error when trying to define the callibrate option: operation not supported.<br>
><br>
> I modified syscan_docketport_467_model and changed the motor to<br>
> roadwarrior, but I got the same results. The image proportions are not<br>
> correct, it is streched (longer and narrower).<br>
><br>
> I have uploaded some sample images:<br>
> <a href="http://wtrns.fr/stfoMEspqqmIlU" target="_blank">http://wtrns.fr/stfoMEspqqmIlU</a><br>
><br>
> See sample images generated with:<br>
> scanimage --mode Gray  --format=jpeg >image_streched.jpeg<br>
> scanimage --mode Gray  --format=tiff >image_streched.tiff<br>
><br>
> I've been doing some modifications in the model parameters and finally<br>
> modifying the CCD_DSMOBILE600 the image looks correct.<br>
><br>
> //Modified CCD_DSMOBILE600<br>
> * Pentax DS Mobile 600 */<br>
>   {CCD_DSMOBILE600, 300,<br>
> ....<br>
><br>
><br>
> What I haven't been able to get to work is the document end of file<br>
> detection, so I modified the predefined x and y size.<br>
><br>
> //Modificacion<br>
> static Genesys_Model syscan_docketport_467_model = {<br>
> ...<br>
> SANE_FIX (210.0),             /* Size of scan area in mm (x) */<br>
> SANE_FIX (297.0),             /* Size of scan area in mm (y) */<br>
> ...<br>
> MOTOR_ROADWARRIOR<br>
> ...<br>
> }<br>
><br>
> static Genesys_USB_Device_Entry genesys_usb_device_list[] = {<br>
> ...<br>
> {0x1dcc, 0x4817, &syscan_docketport_467_model},<br>
> }<br>
><br>
> I have uploaded several sample images generated with this commands:<br>
><br>
> See sample images generated with:<br>
> scanimage --mode Lineart  --format=jpeg >image_CCD_ROADWARRIOR300.jpeg<br>
> scanimage --mode Lineart  --format=tiff >image_CCD_ROADWARRIOR300.tiff<br>
> scanimage --mode Lineart  --format=tiff >image_CCD_665.tiff<br>
><br>
><br>
> thanks<br>
><br>
</div></div>        Hello,<br>
<br>
        you are doing the right thing. From the stretched pictures we can see it<br>
is a sensor issue, not a motor one. You might try to evaluate these other<br>
sensors: CCD_ROADWARRIOR, CCD_XP300, CCD_DP685.<br>
        For calibration and size issues, a scanimage logfile would be great,<br>
something like:<br>
export SANE_DEBUG_GENESYS=255<br>
export SANE_DEBUG_GENESYS_LOW=255<br>
export SANE_DEBUG_GENESYS_GL841=255<br>
scanimage -d genesys --calibrate 2>calibrate.log >out.pnm<br>
<br>
and for length issue:<br>
export SANE_DEBUG_GENESYS=255<br>
export SANE_DEBUG_GENESYS_LOW=255<br>
export SANE_DEBUG_GENESYS_GL841=255<br>
scanimage -d genesys --mode Color 2>rl.log >rl.pnm<br>
<br>
        For debugging purpose I have this script which runs from compiled<br>
binaries without needing to install. i.e I run 'make' then this script in the<br>
backend subdirectory, which saves me time (I change backend option depending<br>
on what I'm testing):<br>
<br>
#!/bin/bash<br>
export SANE_DEBUG_GENESYS=255<br>
export SANE_DEBUG_GENESYS_LOW=255<br>
export SANE_DEBUG_GENESYS_GL646=255<br>
export SANE_DEBUG_GENESYS_GL841=255<br>
export SANE_DEBUG_GENESYS_GL843=255<br>
export SANE_DEBUG_GENESYS_GL847=255<br>
export SANE_DEBUG_GENESYS_GL124=255<br>
export LD_PRELOAD=.libs/libsane-genesys.so<br>
../frontend/scanimage -d genesys --resolution 150 --height 30 --mode Color<br>
2>rl.log >rl.pnm<br>
<br>
Regards,<br>
<font color="#888888">        Stef<br>
<br>
<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>* La Niña Ninja *<br>