On Sat, 2011-02-26 at 18:30 +0200, Nicholas Shatokhin wrote: > I'm using libfprint in my qt4 project. I'm starting scanning in parallel > thread, so it's not freeze program. But how can I terminate scanning? When > user closing app, I must finish thread, but I can't do this because > scanning freeze the thread. So, how can I abort scanning for destroying > thread?
As mentioned before, you should use fprintd, which provides D-Bus bindings just for that purpose. Furthermore, it wouldn't require user access to the fingerprint reader, and would hide all the reading of enrolled fingerprints from the user-space application. _______________________________________________ fprint mailing list [email protected] http://lists.reactivated.net/mailman/listinfo/fprint
