Looking for a solution to grab a fingerprint image using the attached reader and C#. I will then store it to a database as a picture.
What’s the simplest way to accomplish the goal? I’d prefer minimum external dependencies, especially no COM dependencies.
I was under impression there should be some generic access approach that can be used for any fingerprint reader.
After some research, it seems that each specific fingerprint device requires a particular SDK, so I found and downloaded an appropriate package for my device.