Roberto Antonio Herrera | 14 May 2013 19:50
Picon
Favicon

me puedes orientar

ok if you comment I used to opensuse but the link to install does not work, could you help me please
the link is:
http://download.opensuse.org/repositories/home:/dgege/

or you could guide me in the installation with opensuse
_______________________________________________
fprint mailing list
fprint <at> lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/fprint
Roberto Antonio Herrera | 14 May 2013 00:06
Picon
Favicon

the fprint can be used on opensuse?

the fprint can be used on opensuse?
since I've been trying to install and I could or distro Lunux that can be used right?
_______________________________________________
fprint mailing list
fprint <at> lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/fprint
Juvenn Woo | 8 May 2013 10:54
Picon
Gravatar

New driver for AuthenTech AES3500

Dear all,

I'm submitting the AES3500 driver for peers to review.

The AES3500 is a pretty old fingerprint device produced by AuthenTech. It
possesses a *press-typed* sensor of dimension in 128x128. Which is
similiar to AES4000, except the later is in 96x96.

The driver is a deriative work of Daniel Drake's AES4000 driver, with a
few parameters tuned for AES3500. While there seems no problem scanning
fingerprint images with it, the verification rate is pretty low at the
moment.

Your contributions are very welcome.

* The bugzilla submission:
    https://bugs.freedesktop.org/show_bug.cgi?id=64351
* Github repo: https://github.com/juvenn/aes3500

Thanks!


best,
--
jv
_______________________________________________
fprint mailing list
fprint <at> lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/fprint
Paul Sokolovsky | 4 May 2013 17:15
Picon

AES3500 patch test report

Hello,

I've tested Juvenn's patch as linked in recent message thread on the
mailing list: https://gist.github.com/juvenn/939298 . It bitrotted a
bit wrt to current HEAD, but was trivial to fix.

I should say that I didn't have much first-hand experience with
fingerprint scanning devices. Except for random cases which almost
everyone experienced, like you go to some office, where they have safe
with fingerprint lock, which they can't open for half an hour and
then call a technician with a hammer to work around the technology.

Neither I tried to look up that NIST "NBIS" thingy. But when I was a
young student I registered for access to a handwriting recognition
system from them, which arrived in snail mail on a CD with a nice
printed manual which said that the system achieves recognition rate of
36.578% and its sole purpose is to serve as a baseline for evaluating
other handwriting recognition systems. So, my wild guess is that NBIS
is just the same.

So, I'm not at all surprised with the initial results I got, which
match those posted by another subscriber: I had troubles enrolling a
finger, and then recognizing, while fingerprint images shown by
fprint_demo were pretty legible.

Some thinking helped though. First of all, AES3500 cannot capture a
*fingerprint*, it just physically too small for that. It can capture
only small sub-area of it, then depending on how exactly you put your
finger on it, areas will be rather different, likely straining NBIS.
As a fingerprinting layman, I also put my index finger's tip on
the sensor, and the tip contains almost parallel lines, and probably
lacks enough features to recognize. Shape of my APC Biopod kinda
suggests that they aim for thumb's fingerpad instead, which has curves
and stuff.

All in all, the best results I expectedly had with small finger - the
sensor can capture pretty large part of it. Except that NBIS couldn't
tell the difference between my left and right little fingers.

All in all, specifically AES3500 image capture driver works pretty well
- fingerprint lines are black, spaces between them are white,
grayscale shades are there. The only thing I noticed is that scanned
image is apparently rotated 90 degrees (i.e. mostly horizontal
fingerprint lines are shown vertically), not sure if that presents
additional puzzle for NBIS.

So, +1 for merging the patch, Juvenn, would you submit it via fprint
bugtracker, as was suggested by Vasily?

Thanks,
 Paul                          mailto:pmiscml <at> gmail.com
Paul Sokolovsky | 4 May 2013 16:12
Picon

libfprint examples are broken for ages?

Hello,

I'd like to to help with testing recently posted AES3500 patch.

Running img_capture example (output filtered):

--------
$ sudo ./examples/img_capture
supports USB device 08ff:5731 Found device claimed by AuthenTec AES3500
Opened device. It's now time to scan your finger.

image capture failed, code -95
sync:debug [fp_dev_close] 
--------

$ git blame core.c 
--------
7e6f2590 (Daniel Drake        2007-11-02 17:04:19 +0000 840) API_EXPORTED int fp_dev_img_capture(struct
fp_dev *dev, int unconditional,
7e6f2590 (Daniel Drake        2007-11-02 17:04:19 +0000 841)    struct fp_img **image)
7e6f2590 (Daniel Drake        2007-11-02 17:04:19 +0000 842) {
7e6f2590 (Daniel Drake        2007-11-02 17:04:19 +0000 843)    struct fp_img_dev *imgdev = dev_to_img_dev(dev);
7e6f2590 (Daniel Drake        2007-11-02 17:04:19 +0000 844)    if (!imgdev) {
7e6f2590 (Daniel Drake        2007-11-02 17:04:19 +0000 845)            fp_dbg("image capture on non-imaging device");
7e6f2590 (Daniel Drake        2007-11-02 17:04:19 +0000 846)            return -ENOTSUP;
7e6f2590 (Daniel Drake        2007-11-02 17:04:19 +0000 847)    }
7e6f2590 (Daniel Drake        2007-11-02 17:04:19 +0000 848) 
3048b371 (Daniel Drake        2008-02-10 18:35:01 +0000 849)    //return fpi_imgdev_capture(imgdev,
unconditional, image);
3048b371 (Daniel Drake        2008-02-10 18:35:01 +0000 850)    /* FIXME reimplement async */
3048b371 (Daniel Drake        2008-02-10 18:35:01 +0000 851)    return -ENOTSUP;

I.e. 2008, fp_dev_img_capture() was made unconditionally return
-ENOTSUP. fpi_imgdev_capture() is declared in fp_internal.h but
implementation not available. Thus, basic libfprint tests - capturing
fingerprint images - appear to be broken for 5 years. Am I missing
something?

Thanks,
 Paul                          mailto:pmiscml <at> gmail.com
David Binderman | 30 Apr 2013 10:02
Picon
Favicon

libfprint-0.5.0 bug report

Hello there,

I just ran the static analyser "cppcheck" over the source code of libfprint-0.5.0
and it said

1.

[drivers/vfs101.c:192]: (warning) Logical conjunction always evaluates to false: result < 0 && result
>= 3.

Suggest replace && with ||

2.

[img.c:154]: (error) Resource leak: fd
[drivers/aesx660.c:296]: (error) Memory leak: stripdata
[nbis/bozorth3/bz_alloc.c:116]: (error) Memory leak: p
[nbis/bozorth3/bz_io.c:421]: (error) Resource leak: fp
[nbis/mindtct/init.c:593]: (error) Memory leak: powers
[nbis/mindtct/init.c:682]: (error) Memory leak: powmax_dirs
[nbis/mindtct/maps.c:662]: (error) Memory leak: cimage
[nbis/mindtct/maps.c:722]: (error) Memory leak: pmap
[nbis/mindtct/maps.c:729]: (error) Memory leak: pmap

I checked the first couple and they did look like real problems, although minor.

Regards

David Binderman 		 	   		  
Pablo Ignacio Calvo | 29 Apr 2013 20:19
Picon
Gravatar

Libfprint: Errors when compiling the library Libfprint

Hi,
When trying to compile with the library Libfprint. I get the following errors.

/home/pablo/futronic/verify/fprint.h:237: undefined reference to `fp_identify_finger_img'
/home/pablo/futronic/verify/verify.c:65: undefined reference to `fp_dscv_dev_for_dscv_print'
/home/pablo/futronic/verify/verify.c:66: undefined reference to `fp_dscv_print_get_driver_id'
/home/pablo/futronic/verify/verify.c:71: undefined reference to `fp_dscv_print_get_driver_id'
/home/pablo/futronic/verify/verify.c:95: undefined reference to `fp_dscv_print_get_driver_id'
/home/pablo/futronic/verify/verify.c:97: undefined reference to `fp_print_data_from_dscv_print'
/home/pablo/futronic/verify/verify.c:102: undefined reference to `fp_dscv_print_get_finger'
/home/pablo/futronic/verify/verify.c:169: undefined reference to `fp_init'
/home/pablo/futronic/verify/verify.c:175: undefined reference to `fp_discover_devs'
/home/pablo/futronic/verify/verify.c:181: undefined reference to `fp_discover_prints'
/home/pablo/futronic/verify/verify.c:183: undefined reference to `fp_dscv_devs_free'
/home/pablo/futronic/verify/verify.c:190: undefined reference to `fp_dscv_prints_free'
/home/pablo/futronic/verify/verify.c:191: undefined reference to `fp_dscv_devs_free'
/home/pablo/futronic/verify/verify.c:197: undefined reference to `fp_dev_open'
/home/pablo/futronic/verify/verify.c:198: undefined reference to `fp_dscv_devs_free'
/home/pablo/futronic/verify/verify.c:199: undefined reference to `fp_dscv_prints_free'
/home/pablo/futronic/verify/verify.c:203: undefined reference to `fp_print_data_free'
/home/pablo/futronic/verify/verify.c:218: undefined reference to `fp_print_data_free'
/home/pablo/futronic/verify/verify.c:223: undefined reference to `fp_dev_close'

Try installing "" libfprint "package in Ubuntu" solve the problem?
Of course, I appreciate any suggestion.

Pablo.

_______________________________________________
fprint mailing list
fprint <at> lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/fprint
Oz Tamari | 26 Apr 2013 21:43
Picon

'fprintd-verify' returns: "verify-no-match" on AES2810 (08ff:2810)

Hi,

I have the same problem the is described in this thread
My setup is: Gentoo, libfprint-0.5.0, fprintd-0.4.1 

ozt <at> plan9 ~ $ fprintd-enroll -f 7
Using device /net/reactivated/Fprint/Device/0
Enrolling right index finger.
Enroll result: enroll-completed

ozt <at> plan9 ~ $ fprintd-verify -f 7
Using device /net/reactivated/Fprint/Device/0
Listing enrolled fingers:
 - #0: right-index-finger
Verify result: verify-no-match (done)

ozt <at> plan9 ~ $ lsusb 
Bus 004 Device 002: ID 08ff:2810 AuthenTec, Inc. AES2810

/var/log/messages 
Apr 26 14:08:34 localhost dbus[2036]: [system] Activating service name='net.reactivated.Fprint' (using servicehelper)
Apr 26 14:08:34 localhost dbus[2036]: [system] Successfully activated service 'net.reactivated.Fprint'


I tried this numerous times with various fingers and it always give me the same results.
I think fingerprint scans are in good quality by examining the scan photo from 'fprint_demo'.

I compiled 'libfprint' with debug and collected 'fprint_demo' debug (attached).

thanks and let me know if anything else is missing.

Regards,
Oz
Attachment (fprint_demo.debug.bz2): application/x-bzip2, 1559 bytes
_______________________________________________
fprint mailing list
fprint <at> lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/fprint
newzenca | 19 Apr 2013 14:15
Picon

APC USB Biopod device aes3500 driver

Hello,

I found this site
http://ww2.cs.fsu.edu/~micsmith/devices/

"Here you will find the source code for an open source GPL'd Linux driver for the APC USB Biopod device which uses the AES3500 fingerprint sensor"

in this base is not posible for some guru build a driver for this unit on libfprint.

Thanks
_______________________________________________
fprint mailing list
fprint <at> lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/fprint
Tom Chiverton | 19 Apr 2013 01:00

AuthenTec, Inc. AES2810 fails to work

I've taken a fresh git clone of libfprint (commit
7eafca7babe40bc7dddd27ce9051b13b90ada021)
and built OK on Ubuntu 12.10.

My hardware is:
#lsusb |grep 281
Bus 001 Device 006: ID 08ff:2810 AuthenTec, Inc. AES2810

I'm using fprint demo v0.4 from the main repo. - I just copied my new
libfprint over the top of the system one.

I've setup udev rules and groups to grant my normal user access, and can
now enroll fingers from fprint.

But they never verify. I always get a status of 'finger does not match'
with minutiae numbers in the low tens.

Is there just a knack to this ?

Tom
Tomasz Moń | 11 Apr 2013 21:49
Picon

USBPcap: USB sniffer for Windows

Hello,

I have recently released USBPcap[1]. It is open source USB sniffer for Windows XP, Vista, 7 and 8. The original idea behind the project was to allow Wireshark to capture raw USB traffic on Windows hence you need to install both USBPcap and Wireshark to actually do any real analysis.

Regards,
Tomasz

_______________________________________________
fprint mailing list
fprint <at> lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/fprint

Gmane