Hi all,

the driver seems to work also for me for practical purposes. Success rate for verification is around 50%, which is significantly worse than under windows (about 90%).

The success rate highly depends on the quality of the model fingerprint in the database. So if the first scan in fprint_demo is not good, one cannot expect a high success rate (of course!).

Therefore I propose for the future an extension for fprint_demo that makes it possible to compose a high quality image from several scans of the same finger. Unfortunately, I have at the moment not the time to implement this.

Best,
andreas





On 22.11.2012 08:35, Vasily Khoruzhick wrote:
Hi,

This is another call for testing.

BIG FAT WARNING: PLEASE KEEP FPRINT MAILLIST IN CC!

I've just pushed improved aes1660 driver into aes1660-dev-v2 branch of
my libfprint repo on github.
This one mimics windows driver behavior completely (and works much
better for me!).

To obtain it:

1. if you already cloned my repo:
cd libfprint
git checkout master
git pull
git checkout -b aes1660-dev-v2 origin/aes1660-dev-v2

2. Fresh clone:
git clone git://github.com/anarsoul/libfprint.git
cd libfprint
git checkout -b aes1660-dev-v2 origin/aes1660-dev-v2

Use instructions from my previous post to compile and test it.

Regards
Vasily

On Sun, Nov 18, 2012 at 12:01 PM, Vasily Khoruzhick <[email protected]> wrote:
Hi,

I've just pushed aes1660 driver code into my libfprint github repo,
branch aes1660-dev,
so it would be nice to get some testing reports from AES1660-owners :)

To get it do:

git clone git://github.com/anarsoul/libfprint.git
cd libfprint
git checkout -b aes1660-dev origin/aes1660-dev

Install fprint_demo from your distro repos, and then install libfprint into home

./autogen.sh
./configure --prefix=/home/your_user/usr --enable-debug-log
make -j4
make install # No sudo here!

And then try fprint_demo:

export LD_LIBRARY_PATH=/home/your_user/usr/lib
fprint_demo

If your user have no enough permissions do:

sudo su
export LD_LIBRARY_PATH=/home/your_user/usr/lib
fprint_demo

If it crashes, or does not work properly for you collect and send me
debug logs from console while running fprint_demo

Regards
Vasily


--
___________________________________
 Andreas Loos
 Kurt-Exner-Straße 6
 10249 Berlin

 http://www.andreas-loos.com
___________________________________

_______________________________________________
fprint mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/fprint

Reply via email to