libfprint/examples
Marco Trevisan (Treviño) 3b993fabb6 verify/enroll: Save and use locally saved prints also for devices with storage
Some devices have storage but that's is limited enough not to be able
to store all the metadata, but just a fingerprint id.

In such case we also need to use the local storage to be able to verify.
Fprintd does this already, but we don't do it in the libfprint examples.

So, in in case we enroll, always save the print information to the disk,
while in case we verify we try to load the print from disk and we use
that in case its private data matches the one provided by the device.
2020-11-08 22:19:23 +01:00
..
prints examples: Add PNGs for NIST example prints 2019-11-19 21:07:58 +01:00
cpp-test.cpp cpp-test: Fix indentation 2019-12-04 16:06:24 +01:00
enroll.c verify/enroll: Save and use locally saved prints also for devices with storage 2020-11-08 22:19:23 +01:00
img-capture.c Remove trailing \n where they are not necessary 2020-09-29 10:42:03 +02:00
manage-prints.c Remove trailing \n where they are not necessary 2020-09-29 10:42:03 +02:00
meson.build examples: add img-capture example 2020-06-13 09:20:28 -07:00
sendvirtimg.py examples: Add sendvirtimg.py script to send a print to virtual_imgdev 2019-11-20 11:03:09 +01:00
storage.c examples: add img-capture example 2020-06-13 09:20:28 -07:00
storage.h examples: add img-capture example 2020-06-13 09:20:28 -07:00
utilities.c examples: add FP_COMPONENT definitions 2020-01-16 14:37:07 +01:00
utilities.h cleanup: Use #pragma once everywhere 2019-12-17 14:38:19 +01:00
verify.c verify/enroll: Save and use locally saved prints also for devices with storage 2020-11-08 22:19:23 +01:00