Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Digital Persona Windows SDK problems!

Tags:

c#

windows

sdk

I am trying integrate DP controls into our application and I have noticed few issues in the SDK and I hope somebody out there will be able to help me out.

  1. When the application is not focused, it's not triggering the OnFingerTouch event or any other event.

  2. I found it very slow when I tried to use 3000 fingerprints. I have to validate each fingerprint using Verificator.Verify() (even when all the 3000 were loaded using a HashTable)

Please help me to solve these problems.

Thanks a bunch!

like image 650
kakopappa Avatar asked Jul 15 '10 10:07

kakopappa


1 Answers

  1. Need to set the priority

    In the Capture class has Priority set it to Low

  2. have to purchase their SDK :|

like image 89
kakopappa Avatar answered Oct 20 '22 16:10

kakopappa