brianrho / FPM

Arduino library for the R30x/ZFMxx/FPMxx optical fingerprint sensors
105 stars 41 forks source link

Transferring Image to Pc #10

Closed sharad386 closed 5 years ago

sharad386 commented 6 years ago

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

brianrho commented 6 years ago

Did you wait for it to finish streaming the image? How long did you wait?

sharad386 commented 6 years ago

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!

sharad386 commented 6 years ago

screenshot from 2018-10-12 10-38-22

sharad386 commented 6 years ago

after 2-3 seconds

screenshot from 2018-10-12 10-38-32

sharad386 commented 6 years ago

after 2-3 seconds

screenshot from 2018-10-12 10-38-32

and i get this error screenshot from 2018-10-12 10-57-28

brianrho commented 6 years ago

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.

brianrho commented 6 years ago

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?