sane-project-website/old-archive/1997-05/0101.html

67 wiersze
3.2 KiB
HTML

<!-- received="Tue Jun 17 14:08:38 1997 MST" -->
<!-- sent="Tue, 17 Jun 1997 17:01:58 -0400 (EDT)" -->
<!-- name="Andrew Kuchling" -->
<!-- email="amk@magnet.com" -->
<!-- subject="B&amp;W qcam with SANE 0.6" -->
<!-- id="199706172101.RAA25708@lemur.magnet.com" -->
<!-- inreplyto="" -->
<title>sane-devel: B&amp;W qcam with SANE 0.6</title>
<h1>B&amp;W qcam with SANE 0.6</h1>
<b>Andrew Kuchling</b> (<a href="mailto:amk@magnet.com"><i>amk@magnet.com</i></a>)<br>
<i>Tue, 17 Jun 1997 17:01:58 -0400 (EDT)</i>
<p>
<ul>
<li> <b>Messages sorted by:</b> <a href="date.html#101">[ date ]</a><a href="index.html#101">[ thread ]</a><a href="subject.html#101">[ subject ]</a><a href="author.html#101">[ author ]</a>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0102.html">David Mosberger-Tang: "Re: B&amp;W qcam with SANE 0.6"</a>
<li> <b>Previous message:</b> <a href="0100.html">Guenther Beulshausen: "Can't compile sane-0.6 on Linux"</a>
<!-- nextthread="start" -->
<li> <b>Next in thread:</b> <a href="0102.html">David Mosberger-Tang: "Re: B&amp;W qcam with SANE 0.6"</a>
<li> <b>Reply:</b> <a href="0102.html">David Mosberger-Tang: "Re: B&amp;W qcam with SANE 0.6"</a>
<!-- reply="end" -->
</ul>
<!-- body="start" -->
The B&amp;W QuickCam seems to still be non-functional in SANE 0.6.<br>
Should it be working? <br>
<p>
In a message in the list archive (at<br>
<a href="http://www.azstarnet.com/~axplinux/sane/archive-199702-199705/msg00030.html">http://www.azstarnet.com/~axplinux/sane/archive-199702-199705/msg00030.html</a>)<br>
David M-T notes: "Maybe the Bpp in sane_get_parameters() gets computed<br>
incorrectly?" This seems to be the case; the problem seems to be that<br>
QC_MONO is 0x01, but the value being returned is 0x00. From a gdb<br>
session:<br>
<p>
(gdb) n<br>
1682 if (q-&gt;version == QC_MONO)<br>
(gdb) n<br>
1687 s-&gt;params.last_frame = SANE_TRUE;<br>
(gdb) print *q<br>
$3 = {next = 0x0, sane = {name = 0x8064698 "0x378", vendor = 0x80600b0 "Connectix", model = 0x80600c9 "B&amp;W QuickCam",<br>
type = 0x80600d6 "video camera"}, port_mode = QC_UNIDIR, port = 888, version = 0, lock_fd = 16}<br>
(gdb)<br>
<p>
I'm going to try adding '||1' to the q-&gt;version check, and see<br>
what happens then...<br>
<p>
<p>
Andrew Kuchling<br>
<a href="mailto:amk@magnet.com">amk@magnet.com</a><br>
<a href="http://people.magnet.com/%7Eamk/">http://people.magnet.com/%7Eamk/</a><br>
<p>
<pre>
--
Source code, list archive, and docs: <a href="http://www.azstarnet.com/~axplinux/sane/">http://www.azstarnet.com/~axplinux/sane/</a>
To unsubscribe: mail -s unsubscribe <a href="mailto:sane-devel-request@listserv.azstarnet.com">sane-devel-request@listserv.azstarnet.com</a>
</pre>
<!-- body="end" -->
<p>
<ul>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0102.html">David Mosberger-Tang: "Re: B&amp;W qcam with SANE 0.6"</a>
<li> <b>Previous message:</b> <a href="0100.html">Guenther Beulshausen: "Can't compile sane-0.6 on Linux"</a>
<!-- nextthread="start" -->
<li> <b>Next in thread:</b> <a href="0102.html">David Mosberger-Tang: "Re: B&amp;W qcam with SANE 0.6"</a>
<li> <b>Reply:</b> <a href="0102.html">David Mosberger-Tang: "Re: B&amp;W qcam with SANE 0.6"</a>
<!-- reply="end" -->
</ul>