This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Fingerprint Development Kit C5515!

Hello,

I just buy FDK C5515 for my school. I want to show the fingerprints that are store in the FDK board on the PC. Is that OK? And how can I do it?

 

  • Erich,

    The FDK does not store an image of the fingerprint if that is what you are thinking about.  This would take too much memory.  The FDK analyzes the scanned fingerprint and extracts features and stores information about the features in a database. 

    Regards.

  • Hello Erich,

    You can show the intermediate images of the FDK image processing flow by...

    Connecting to the FDK with emulator,
    Opening the FDK_Demo project in CCS4 (located on the FDK CD-ROM at <DIR>\C5515 Fingerprint Development Kit\Software\C5515_code_development\FDK_Demo),
    Setting breakpoints in the TA_GetFeature function (located at the very bottom of TA_demo_algo.c),
    Opening the CCS4 Image Analyzer (Tools --> Image Analyzer) and entering the configuration shown in the below screen shot.

    If you want to display the fingerprints during run-time, you would have to modify the source code accordingly and burn it into the SPI Flash.

    Hope this helps,
    Mark

     

  •  

    Thanks Mark,

    That is what I want to ask the question. Can you send me the source code for "Setting breakpoints in the TA_GetFeature function (located at the very bottom of TA_demo_algo.c)", and "modify the source code accordingly and burn it into the SPI Flash." (My Email: dhdanh92@student.ctu.edu.vn). If you do not mind please detailed instructions (Image Instructions) because I do not have specialized.

    Once more question, My FDK board don't work accuracy after I had used RS232 cable to connect on the PC. Now my FDK board don't show any sound signal when I press any button.

    I need emulator to show the fingerprint image on PC. But my FDK board don't have any Emulator when I receive FDK board from TI Corp. Can I buy Emulator and JTAG?

    Thanks for your answer

  • Hello Mark,

    I tried to display the fingerprint during debug as you wrote.

    But I can't change "Page type" field. I choose DATA from list, press Enter and field become clear. All other fields changes successfully.

    And I see bad fingerprint image.

    What am I doing wrong?

  •  

    Hi Alex,

    I met with the same problem, then I output the data to a file and use Matlab to display it. 

    P.S.  I have just created a google group to discuss questions about this FDK, please join us. Mark is in this group too.

     http://groups.google.com/group/c5515-fdk

     

    Regards,

     Yang

     

  • In what format ae the extracted features stored? Does it comply with ISO 19794-2 minutiae data format?

     

    Thanks!
    Anvesh

  • I dont think it complies with the standard ISO 19794-2. it is Tooan proprietary format.

     

    Somebody please correct me.

     

    It will be good to have the format open so. Can somebody help? 

     

    Best Regards

    Feroz

     


  • hi erich,

    I am jack ...i am also working on the fingerprint device kit c5515....and i also want the fingerprint to be shown in the kit....could you help me out in how to do so ??or atleast send me the source code and related information...email: jackrprasad@yahoo.com

    jack

  • hi mark

    i want to do the same thing with the FDK kit ...could you guide me in how to do it.....

    and could you mail me the source code...for it...jackrprasad@yahoo.com

    jack

  • please send the modified source code to see the intermediate images to my id: ankaraoittadi@bel.co.in  and awaiting ur reply.

  • Hey Alex Kuzim,

    I think you should set your Page Format to DATA so that it read specifically from RAM. If it does not allow you to set the DATA field, just close the window and open a new one. Just changing the selected tab worked for me.

    Hope it works for you.