On Saturday 26 February 2011 18:30:24 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?
Use asynchronous interface of libfprint, see fprint_demo (not sure if it's still in actual state) for example. Regards Vasily _______________________________________________ fprint mailing list [email protected] http://lists.reactivated.net/mailman/listinfo/fprint
