-
I've tried compiling and running this on my ThinkPad T460 with Fedora 25. It compiled without errors or warnings, but when I try to launch it, I get this error.
```Failed to open device: -3```
The…
-
Good day, I just ordered a new laptop with the Validity VFS 495 (138a:003f) fingerprint reader. I did a little research in advance to figure out if the reader will work and it seems that there is a mo…
ghost updated
8 years ago
-
The udev rule 60-fprint-autosuspend.rules causes /dev/zfs, among other devices, to have the mode 0666 instead of whatever mode they would otherwise have, which in /dev/zfs's case is 0600:
https://gist…
-
Hi, how add to gallery file .pgm ??
Thanks =)
-
Awesome work! Have you tried to make a pull request to the upstream? If it's not in your plan, could you please make a basic HowToInstall guide? :)
-
I just came up with the following `PKGBUILD` file, and thought that it might be useful to have in the repo?!
```
pkgname=libfprint-anarsoul-git
pkgver=0.6.0r297.79d5a3e
pkgrel=1
pkgdesc="Library for …
-
Hello. Is it possible/advisable to use libfprint solely for fingerprint extraction and matching using images from arbitrary fingerprint scanners?If so, is there an optimal image format?
-
the wrapper has a number of memleaks: most of the objects allocated by libfprint are never released.
e.g. doing:
```
import pyfprint as FP
FP.fp_init()
device=FP.discover_devices()[0]
de…
-
The error is triggered in https://github.com/franciscod/pyfprint-cffi/blob/master/pyfprint/pyfprint.py#L194 because r is equal to -22.
You know who is that?
-
I'm unable to install on CentOS 6.7 w/ go 1.5.1
```
[root@rt1 ~]# go get github.com/uber-common/cpustat
# github.com/remyoudompheng/go-netlink/genl
could not determine kind of name for C.TASKSTATS_TY…