<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: libdpfp 0.2.1 &#8211; basic image enhancement</title>
	<atom:link href="http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/</link>
	<description>they got a skin and they put me in</description>
	<lastBuildDate>Thu, 18 Mar 2010 08:51:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: moti</title>
		<link>http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/comment-page-1/#comment-15249</link>
		<dc:creator>moti</dc:creator>
		<pubDate>Mon, 02 Jul 2007 16:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/#comment-15249</guid>
		<description>hi

I was able to succesfully build it in windows. and it work for me .

but when I try to get :

trf1 = usb_bulk_read(dev-&gt;handle, EP_DATA, fp-&gt;header, DATABLK1_RQSIZE, 1000)

is rutrn -116

can you help me with it?

thank</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>I was able to succesfully build it in windows. and it work for me .</p>
<p>but when I try to get :</p>
<p>trf1 = usb_bulk_read(dev-&gt;handle, EP_DATA, fp-&gt;header, DATABLK1_RQSIZE, 1000)</p>
<p>is rutrn -116</p>
<p>can you help me with it?</p>
<p>thank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/comment-page-1/#comment-14708</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Fri, 22 Jun 2007 09:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/#comment-14708</guid>
		<description>I have read all posts in this theme, but need help to run libdpfp on windows. I used mingw+minsys, when i trying to &quot;./configure&quot; it make an error - &quot;checking for pkg-config... no
checking for LIBUSB... configure: error: The pkg-config script could not be found or is too old.  Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

Alternatively, you may set the environment variables LIBUSB_CFLAGS
and LIBUSB_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

To get pkg-config, see .
See `config.log&#039; for more details.&quot;
On the following adress - http://www.freedesktop.org/software/pkgconfig there is nothing, can anybody help me?</description>
		<content:encoded><![CDATA[<p>I have read all posts in this theme, but need help to run libdpfp on windows. I used mingw+minsys, when i trying to &#8220;./configure&#8221; it make an error &#8211; &#8220;checking for pkg-config&#8230; no<br />
checking for LIBUSB&#8230; configure: error: The pkg-config script could not be found or is too old.  Make sure it<br />
is in your PATH or set the PKG_CONFIG environment variable to the full<br />
path to pkg-config.</p>
<p>Alternatively, you may set the environment variables LIBUSB_CFLAGS<br />
and LIBUSB_LIBS to avoid the need to call pkg-config.<br />
See the pkg-config man page for more details.</p>
<p>To get pkg-config, see .<br />
See `config.log&#8217; for more details.&#8221;<br />
On the following adress &#8211; <a href="http://www.freedesktop.org/software/pkgconfig" rel="nofollow">http://www.freedesktop.org/software/pkgconfig</a> there is nothing, can anybody help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jas</title>
		<link>http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/comment-page-1/#comment-14155</link>
		<dc:creator>Jas</dc:creator>
		<pubDate>Sun, 03 Jun 2007 19:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/#comment-14155</guid>
		<description>I have begun creating a daemon for this utility which can run in the background and wait for interactions from the user.  I am going to use the DBUS messaging system to allow other applications to dynamically call the device and set the state and scanning modes.

The reason I am pursuing this is because I have already modified the pam_bioapi source to include MySQL and OpenLDAP support but lack the funding for a Digital Persona U.are.U 4000 USB Biometric Sensor URU4S and have opted for something more cost efficient with the MS Fingerprint reader.

Since the current pam_bioapi does not currently interface with the libdpfp I feel this is the way to go, however I have also thought that the additional support should be added to the bioapi framework vs. creating an independent daemon to access the libdpfp interface.

Any ideas on this?</description>
		<content:encoded><![CDATA[<p>I have begun creating a daemon for this utility which can run in the background and wait for interactions from the user.  I am going to use the DBUS messaging system to allow other applications to dynamically call the device and set the state and scanning modes.</p>
<p>The reason I am pursuing this is because I have already modified the pam_bioapi source to include MySQL and OpenLDAP support but lack the funding for a Digital Persona U.are.U 4000 USB Biometric Sensor URU4S and have opted for something more cost efficient with the MS Fingerprint reader.</p>
<p>Since the current pam_bioapi does not currently interface with the libdpfp I feel this is the way to go, however I have also thought that the additional support should be added to the bioapi framework vs. creating an independent daemon to access the libdpfp interface.</p>
<p>Any ideas on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seb559</title>
		<link>http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/comment-page-1/#comment-14085</link>
		<dc:creator>seb559</dc:creator>
		<pubDate>Tue, 24 Apr 2007 13:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/#comment-14085</guid>
		<description>May be I found something (which works for me) to overcome the IRQ problem:

In the function dpfp_simple_get_irq_with_type,

comment these lines:

if (result </description>
		<content:encoded><![CDATA[<p>May be I found something (which works for me) to overcome the IRQ problem:</p>
<p>In the function dpfp_simple_get_irq_with_type,</p>
<p>comment these lines:</p>
<p>if (result</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seb559</title>
		<link>http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/comment-page-1/#comment-14084</link>
		<dc:creator>seb559</dc:creator>
		<pubDate>Tue, 24 Apr 2007 12:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/#comment-14084</guid>
		<description>I have the same problem with the irq (windows with usblib). Did someone find a workaround ?
Thanks a lot.

seb

Tuhin Says:
November 22nd, 2006 at 11:48 pm

I overcame all the initial hurdles. Now I am having problem with the dpfp_get_irq() function. The looping hack does not work in windows. Second time it calls
r = usb_interrupt_read(dev-&gt;handle, EP_INTR, (char*)buf, DPFP_IRQ_LENGTH,1000);

after the first timedout, I get the Ã¢â‚¬Å“Windows has triggered a breakpoint in Ã¢â‚¬Å“mytest.exeÃ¢â‚¬?

Any idea. Realy appreciate any help.</description>
		<content:encoded><![CDATA[<p>I have the same problem with the irq (windows with usblib). Did someone find a workaround ?<br />
Thanks a lot.</p>
<p>seb</p>
<p>Tuhin Says:<br />
November 22nd, 2006 at 11:48 pm</p>
<p>I overcame all the initial hurdles. Now I am having problem with the dpfp_get_irq() function. The looping hack does not work in windows. Second time it calls<br />
r = usb_interrupt_read(dev-&gt;handle, EP_INTR, (char*)buf, DPFP_IRQ_LENGTH,1000);</p>
<p>after the first timedout, I get the Ã¢â‚¬Å“Windows has triggered a breakpoint in Ã¢â‚¬Å“mytest.exeÃ¢â‚¬?</p>
<p>Any idea. Realy appreciate any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ndambuki</title>
		<link>http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/comment-page-1/#comment-14075</link>
		<dc:creator>ndambuki</dc:creator>
		<pubDate>Mon, 16 Apr 2007 22:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/#comment-14075</guid>
		<description>johnmndambuki@gmail.com</description>
		<content:encoded><![CDATA[<p><a href="mailto:johnmndambuki@gmail.com">johnmndambuki@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ndambuki</title>
		<link>http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/comment-page-1/#comment-14074</link>
		<dc:creator>ndambuki</dc:creator>
		<pubDate>Mon, 16 Apr 2007 22:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/#comment-14074</guid>
		<description>hi joseph

please send me your code for libdpfp in Windows. I would like to access my U are U reader in Windows. Apart from the C files do I to install any usb drivers for the system to work? I had previously installed the Digital Persona software but I uninstalled it later.

Please help... 

Thanx!</description>
		<content:encoded><![CDATA[<p>hi joseph</p>
<p>please send me your code for libdpfp in Windows. I would like to access my U are U reader in Windows. Apart from the C files do I to install any usb drivers for the system to work? I had previously installed the Digital Persona software but I uninstalled it later.</p>
<p>Please help&#8230; </p>
<p>Thanx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joseph</title>
		<link>http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/comment-page-1/#comment-14005</link>
		<dc:creator>joseph</dc:creator>
		<pubDate>Sat, 17 Mar 2007 03:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/#comment-14005</guid>
		<description>Tuhin, i had no problems with the driver and i happily pass you the code as it is, i maked a dll. I didnt uploaded the code yet coz i&#039;m trying to figuer out why capturing doesent work untill, you pass the &quot;found new hardware&quot; dialog installing the Digital persona software.
once you installed you can uninstall the digital persona soft and still the driver works ok. I mean that at least for me winlibusb is not enough if you try to use the driver.And still dont know why.
guido.pusiol@gmail.com</description>
		<content:encoded><![CDATA[<p>Tuhin, i had no problems with the driver and i happily pass you the code as it is, i maked a dll. I didnt uploaded the code yet coz i&#8217;m trying to figuer out why capturing doesent work untill, you pass the &#8220;found new hardware&#8221; dialog installing the Digital persona software.<br />
once you installed you can uninstall the digital persona soft and still the driver works ok. I mean that at least for me winlibusb is not enough if you try to use the driver.And still dont know why.<br />
<a href="mailto:guido.pusiol@gmail.com">guido.pusiol@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuhin</title>
		<link>http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/comment-page-1/#comment-8989</link>
		<dc:creator>Tuhin</dc:creator>
		<pubDate>Wed, 22 Nov 2006 23:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/#comment-8989</guid>
		<description>I overcame all the initial hurdles. Now I am having problem with the dpfp_get_irq() function. The looping hack does not work in windows. Second time it calls 
r = usb_interrupt_read(dev-&gt;handle, EP_INTR, (char*)buf, DPFP_IRQ_LENGTH,1000);

after the first timedout, I get the &quot;Windows has triggered a breakpoint in &quot;mytest.exe&quot;

Any idea. Realy appreciate any help.</description>
		<content:encoded><![CDATA[<p>I overcame all the initial hurdles. Now I am having problem with the dpfp_get_irq() function. The looping hack does not work in windows. Second time it calls<br />
r = usb_interrupt_read(dev-&gt;handle, EP_INTR, (char*)buf, DPFP_IRQ_LENGTH,1000);</p>
<p>after the first timedout, I get the &#8220;Windows has triggered a breakpoint in &#8220;mytest.exe&#8221;</p>
<p>Any idea. Realy appreciate any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuhin</title>
		<link>http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/comment-page-1/#comment-8963</link>
		<dc:creator>Tuhin</dc:creator>
		<pubDate>Wed, 22 Nov 2006 13:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2006/08/libdpfp-021-basic-image-enhancement/#comment-8963</guid>
		<description>Hello,
   I was able to succesfully build it in windows. But it seems to fail in dpfp_open() call. Do I need to install any driver. When I hookup the Microsoft Fingerprint reader in my PC, it brings the new Hardware Found dialog. Should I cancel it. Why  dpfp_open()  is failing? I installed libusb32.lib.  I would appreciate any pointer.
Thanks</description>
		<content:encoded><![CDATA[<p>Hello,<br />
   I was able to succesfully build it in windows. But it seems to fail in dpfp_open() call. Do I need to install any driver. When I hookup the Microsoft Fingerprint reader in my PC, it brings the new Hardware Found dialog. Should I cancel it. Why  dpfp_open()  is failing? I installed libusb32.lib.  I would appreciate any pointer.<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
