- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
See fingerprint image
meson build
Output:
The Meson build system
Version: 1.3.2
Source dir: /home/benjamin_loison/Desktop/bens_folder/dev/git/freedesktop_gitlab/libfpri…
See fingerprint image
ls -lh prints/
Output:
total 604K
-rw-rw-r-- 1 benjamin_loison benjamin_loison 18K Nov 26 19:40 arch.jpg
-rw-rw-r-- 1 benjamin_loison benjamin_lo…
See fingerprint image
meson.build:
examples = [
'enroll',
'identify',
'img-capture',
'manage-prints',
'verify',
'clear-storage',
]
f…
See fingerprint image
meson build
Output:
The Meson build system
Version: 1.3.2
Source dir: /home/benjamin_loison/Desktop/bens_folder/dev/git/freedesktop_gitlab/libfpri…
See fingerprint image
gcc $(pkg-config --libs --cflags libfprint-2) img-capture.c
Output:
/usr/bin/ld: /tmp/ccnDU36A.o: in function `glib_autoptr_clear_GError':
img-cap…
See fingerprint image
sudo ln -s /usr/include/libfprint-2/ /usr/include/libfprint
gcc $(pkg-config --libs --cflags glib-2.0) img-capture.c
Output:
/usr/bin/ld:…
See fingerprint image
pkg-config --libs --cflags libfprint-2
-I/usr/include/libfprint-2 -I/usr/include/gio-unix-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread…
See fingerprint image
DuckDuckGo search "gio.h: No such file or directory".
poliva/lightum/issues/52#issuecomment-261789469
sudo apt…
See fingerprint image
DuckDuckGo and Google search "fprint.h: No such file or directory".
[RogueScholar/fingerprint-gui/issues/4#issuecomment-668893264](https://github.com/RogueScholar/fingerprint-gui/issues/4#issu…
See fingerprint image
dpkg-query -L libfprint-2-tests
Output:
dpkg-query: package 'libfprint-2-tests' is not installed
Use dpkg --contents (= dpkg-deb --contents) to…
See fingerprint image
gcc img-capture.c -l libfprint
Output:
img-capture.c:26:10: fatal error: libfprint/fprint.h: No such file or directory
26
See fingerprint image
grep -r 'pgm'
Output:
identify.c: print_image_save (print, "identify.pgm"))
identify.c: g_print ("Print image saved as identify.pgm\n");
i…
See fingerprint image
./virtual-image.py
Output:
(process:38381): libfprint-device-WARNING **: 19:43:31.885: Failed to disable USB persist by writing to /sys/bus/usb/d…
See fingerprint image
Other Google search results for "FPrint" "get_image" only mentions the relevant:
https://code.hyprland.org/fdo-mirrors/libfprint/src/tag/v1.94.5/tests/virtual-image.py
[libfprint/libfprint]…
See fingerprint image
https://lazka.github.io/pgi-docs/FPrint-2.0/classes/Device.html looks to complex.
See fingerprint image
https://lazka.github.io/pgi-docs/FPrint-2.0/classes/Print.html#FPrint.Print.set_finger
does not seem to help.
https://lazka.github.io/pgi-docs/FPrint-2.0/classes.html
https://lazka.github.…