Re: [fprint] UareU 4000B DigitalPersona image encrypted

2018-08-27 Thread Timo Teras
On Mon, 27 Aug 2018 14:53:48 +0200 Bastien Nocera wrote: > On Mon, 2018-08-27 at 18:33 +0300, Timo Teras wrote: > > > > But the generic idea sounds ok to me until we get more insight if > > there's a reliable indication somewhere about encryption. > > I would

Re: [fprint] UareU 4000B DigitalPersona image encrypted

2018-08-27 Thread Timo Teras
Hi On Mon, 27 Aug 2018 12:56:21 +0200 Bastien Nocera wrote: > On Thu, 2018-08-23 at 13:19 +, Kleyson de Sousa Rios wrote: > > To test I'm basically using the examples/ tools, and seems that the > > drive_data has the correct value 5. > > Looks like the device's output isn't always encrypt

Re: [fprint] uru4000, number of enroll stages

2015-02-03 Thread Timo Teras
On Tue, 03 Feb 2015 17:31:50 +0100 Bastien Nocera wrote: > Any chance you could get this in git-formatted format with an > explanation of what it fixes in the state machine? I thought I already did this. Dunno if I just forgot to send it. Find attached. /Timo From 939d2668eafa02117442cfd098e76

Re: [fprint] uru4000 slow performance(10 secs to enroll / 10 secs to verify)

2014-09-23 Thread Timo Teras
On Fri, 19 Sep 2014 10:24:45 -0700 Ming Lin wrote: > Hi list, > > I just got a Microsoft fingerprint reader. > > I build latest libfprint code, and tried fprint-demo. > It works but slow. It takes about 10 seconds to enroll and about 10 > seconds to verify. > > I also tried it on Windows XP. I

Re: [fprint] Raspberry Pi and Microsoft 1033 Fingerprint scanner. libfprint hangs during enrollment

2014-09-16 Thread Timo Teras
Hi, On Mon, 15 Sep 2014 22:07:52 -0400 Andreas Lekas wrote: > ./enroll > This program will enroll your right index finger, unconditionally > overwriting any right-index print that was enrolled previously. If > you want to continue, press enter, otherwise hit Ctrl+C > > fp:debug [fp_init] > fp:

Re: [fprint] libfprint and digital persona 4000b getting only noise

2014-08-14 Thread Timo Teras
On Tue, 12 Aug 2014 10:41:16 -0300 Ezequiel Banquero wrote: > Hi, getting only noise in the img_capture example, > http://imagizer.imageshack.us/v2/150x100q90/661/d1jmJh.png > > What i noticed > > If i install the SDK DP UareU-2.0.0-1 > Start and exit one of they example > Unistall the SDK and

Re: [fprint] uru4000, number of enroll stages

2014-06-24 Thread Timo Teras
On Wed, 25 Jun 2014 09:15:29 +0300 Vasily Khoruzhick wrote: > > It did. Thanks. Forget the earlier patch, it's irrelevant and the > > original code is right. Seems the bug is in the generic code and > > affects all drivers that are capable of 'finger present' detection. > > > > It seems to be a

Re: [fprint] uru4000, number of enroll stages

2014-06-24 Thread Timo Teras
On Tue, 24 Jun 2014 22:01:24 +0200 Martin Hejnfelt wrote: > Here's the output, this is just the examples/enroll.c which does the > same as my own app (which is using async calls). > I've inserted the "* * * " output via fp_dbg just to make it a > bit easier (for myself) to see whats going on... >

Re: [fprint] uru4000, number of enroll stages

2014-06-24 Thread Timo Teras
On Tue, 24 Jun 2014 21:19:25 +0200 Martin Hejnfelt wrote: > If it gives any clues, I can see that after the first stage, then the > imaging run state machine (imaging_run_state) is just blazing through > its states, > IMAGING_CAPTURE -> IMAGING_SEND_INDEX -> IMAGING_DECODE -> > IMAGING_REPORT_IM

Re: [fprint] uru4000, number of enroll stages

2014-06-24 Thread Timo Teras
On Tue, 24 Jun 2014 19:39:26 +0200 Martin Hejnfelt wrote: > I'm using a Digital Persona U.are.U 4500 and using the current > libfprint from git. I can see in the git log that there were some > changes in the nr_enroll_stages, that was changed to 5 for all > devices. This seems to not make the U.a

Re: [fprint] Detect finger in sensor

2012-12-09 Thread Timo Teras
On Sun, 09 Dec 2012 14:05:06 -0600 "Ing. Alfredo Alarcon" wrote: > Hi Timo tank you for the tip, do you have a code example of the usage > of this API?? Cheers. The fprint_demo example at: http://www.freedesktop.org/wiki/Software/fprint Source code is viewable at: https://github.com/dsd/fprint_

Re: [fprint] Detect finger in sensor

2012-12-09 Thread Timo Teras
On Sun, 09 Dec 2012 11:16:35 -0600 "Ing. Alfredo Alarcon" wrote: > Hi tank you for your answer, my application use a BeagleBone, 16x2 > LCD character and a 4x4 Keypad, must wait a finger in sensor to do de > identification, the fingerprint are in a MySQL database in the > BeagleBone, in a PC wi

Re: [fprint] libfprint 0.5.0

2012-12-05 Thread Timo Teras
On Wed, 5 Dec 2012 11:11:36 +0300 Vasily Khoruzhick wrote: > On Wed, Dec 5, 2012 at 10:14 AM, Timo Teras wrote: > > On Mon, 03 Dec 2012 16:42:02 +0100 Bastien Nocera > > wrote: > > > >> - New DigitalPersona URU4500 driver > > > > Could someo

Re: [fprint] libfprint 0.5.0

2012-12-04 Thread Timo Teras
On Mon, 03 Dec 2012 16:42:02 +0100 Bastien Nocera wrote: > A new version of libfprint is available for download at: > http://people.freedesktop.org/~hadess/ > > Here are the major changes from the 0.4.0 release over a year ago. > Many thanks to Vasily Khoruzhick for the hard work on writing and

Re: [fprint] 4000b image error

2012-11-09 Thread Timo Teras
On Fri, 9 Nov 2012 17:29:09 +0300 Vasily Khoruzhick wrote: > On Fri, Nov 9, 2012 at 5:19 PM, Timo Teras wrote: > > On Fri, 9 Nov 2012 17:08:16 +0300 Vasily Khoruzhick > > wrote: > > > >> That could be an alignment issue, could you guys try attached > >&

Re: [fprint] 4000b image error

2012-11-09 Thread Timo Teras
On Fri, 9 Nov 2012 17:08:16 +0300 Vasily Khoruzhick wrote: > That could be an alignment issue, could you guys try attached patch? > At least it should not break anything. It should not be. The structure is aligned properly - though adding the packed attribute is probably a good idea. The length

Re: [fprint] 4000b image error

2012-11-06 Thread Timo Teras
Hi, On Tue, 06 Nov 2012 18:06:51 -0600 "Ing. Alfredo Alarcon" wrote: > Hi, sorry for my bad english, my name is Freko from Mexico, have a > 4000b reader and a Beaglebone ARM 7 with Ubuntu 12.04 and kernel 3.2. > > I successfully installed libfprint from sources and all dependencies > from the

Re: [fprint] DigitalPersona UareU 4500 working

2012-10-08 Thread Timo Teras
On Wed, 26 Sep 2012 13:54:39 +0300 Timo Teras wrote: > The first version of the patch is now at: > https://bugs.freedesktop.org/show_bug.cgi?id=55351 > > Announcing this publicly as there was couple of private emails from > volunteers to test it. > > So please - test it a

Re: [fprint] DigitalPersona UareU 4500 working

2012-09-26 Thread Timo Teras
On Tue, 25 Sep 2012 16:22:43 +0300 Timo Teras wrote: > On Tue, 25 Sep 2012 15:13:24 +0200 Bastien Nocera > wrote: > > > Once you've cleaned up the patch, attach it to Bugzilla, and we can > > review from there. > > Will do. I'll clean up and file bug. Shou

Re: [fprint] DigitalPersona UareU 4500 working

2012-09-25 Thread Timo Teras
On Tue, 25 Sep 2012 15:13:24 +0200 Bastien Nocera wrote: > Em Tue, 2012-09-25 às 16:02 +0300, Timo Teras escreveu: > > Hello list, > > > > I have reverse engineered the uru4500 encryption scheme from the > > binary only drivers. And I have a modified libfprint here t

[fprint] DigitalPersona UareU 4500 working

2012-09-25 Thread Timo Teras
Hello list, I have reverse engineered the uru4500 encryption scheme from the binary only drivers. And I have a modified libfprint here that gives sensible data from this device - fprint_demo seems to work with it just nice. If I'm to clean up the patch (and someone can test it with the older devi