-1
I am developing a desktop system, where I wanted to register a biometric. I use the reader Futronic Modelo: FS80H
. I’m new to . net
The idea is to save biometrics in format String
to be later saved in a database.
-1
I am developing a desktop system, where I wanted to register a biometric. I use the reader Futronic Modelo: FS80H
. I’m new to . net
The idea is to save biometrics in format String
to be later saved in a database.
0
What I was able to verify is that, to use futronic’s fingerprint hardware, you need to acquire a license for sdk from the manufacturer itself, without that license you would not be able to legally access it. By purchasing the license you receive all the documentation.
Browser other questions tagged c# .net
You are not signed in. Login or sign up in order to post.
Okay, what’s your question? has been on the manufacturer see how the interface ? http://www.futronic-tech.com/product_sdk_win.html
– Rovann Linhalis
I’ve been on the manufacturer’s website and there’s nothing specifying how to do, I can’t find any documentation. My doubt is Read the fingerprint and save in a variable type String
– Rodrigo Prado
see if it helps you https://www.dynamsoft.com/blog/document-imaging/fingerprint-scanner-csharp/
– Rodrigo K.B
no link q passed has the information, vc can still download an example exe and the DLL that does the communication. There is also this other link: http://www.futronic-tech.com/download/SDK_Windows_brochure.pdf
– Rovann Linhalis
The sdk is supplied by the manufacturer of the device as far as I understand. But as I came from java I’m used to libraries and open code jars free, c# would be more or less the reverse, dll would be paid?
– Rodrigo Prado
It is not that the dll would all be paid. What happens in your specific case is that the manufacturer has chosen to charge.
– SUR1C4T3