-
card reader
Hi,
I wrote a program to read an electronic identity card. Works fine, but slowly.
The external library I used is beid35libJava_Wrapper.dll It takes to sometimes 30 seconds to retrieve the data and display it on the screen.
Does anyone know other libraries used (or references).
I noticed that it is the BEID_ReaderSet.initSDK() that takes the most time. Any alternatives or ways to speed this up?
I was recently looking for examples in javax.smartcardio. I find examples, but not for reading all user data (name, surname, address, ... photo ). Does anyone has a complete example (or reference to) of a program retrieving all user data with javax.smartcardio. Backend is enough (if anyone has)
thanks for any help