libfprint/examples
Peter Maatman 6ba9439bbb examples: Remove sleep call in enroll examples
The call to sleep(1) inside of the enrollment loop caused a crash
on at least the etes603 driver.

Because in fp_enroll_finger_img the function enters an event
handling loop. This loop needs to start before the next libusb
event timeout. Which would not happen in the etes603 driver
because the timeout there was set to 1 second as well.
2019-05-14 11:38:33 +02:00
..
cpp-test.cpp Add test program for C++ support 2010-09-08 11:03:58 +01:00
enroll.c examples: Remove sleep call in enroll examples 2019-05-14 11:38:33 +02:00
img_capture.c examples: Replace deprecated fp_set_debug() 2018-05-24 12:43:53 +02:00
img_capture_continuous.c examples: Fix integer overflow warnings 2018-05-25 13:40:33 +02:00
meson.build build: Port to meson 2018-05-15 10:46:54 +02:00
verify.c examples: Replace deprecated fp_set_debug() 2018-05-24 12:43:53 +02:00
verify_live.c examples: Remove sleep call in enroll examples 2019-05-14 11:38:33 +02:00