Closed sharad386 closed 5 years ago
Did you wait for it to finish streaming the image? How long did you wait?
Almost 5-10 minutes. is this because my fingerprint sensor is different (the one will all red wires) and my template size is 768 bytes i have seen other fingerprint sensor that generates template of 512 byte!
after 2-3 seconds
after 2-3 seconds
and i get this error
I don't see any error and it looks like you're using the serial monitor to receive the image. You're supposed to run the python script simultaneously, else how will the image get decoded and saved to your PC? Upload the sketch and then run the script and follow the instructions. Let me know your results.
Took a look again and just spotted the error you spoke of, at the very end of the packet. Would like to see the rest of the error message. Does this happen every time you try the example? Even with the python script?
Hi, with the help of your library i am able to enroll, and get template but when i try to use "image to pc code" it gives me following output OUTPUT:
Waiting for a finger... . . . . . . . . . . Image taken Starting image stream...
and after this the execution stops ..can you help me out here i want to display the thump impression in my java application . Thank You