Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Concerned,

My Self Kanchan Sharma from Moradabad, UP India. I am working in Manufacturing and Exporting Company as a software developer. I a have developed here one of my software using c# and Ms SQL Server Db System in VS 2015 i.e. Payroll System and posting attendance manually by providing date and time of in and out of the employee and workers. Now i want to implement a bio-metric device so that i can get the date and time of in and out just by thumb impression matching. I do not know how to access the hardware device from software application and how to store the information according to the events of hardware device.

So, please help me to find the solution of the said problem.

Kanchan Sharma

What I have tried:

How to Implement a bio-metric device to take attendance by thumb impression in C# Dot Net Windows Application
Posted
Updated 11-Jun-17 23:55pm

1 solution

The logic behind it is only to use SDK or Libraries which has been provided while you are purchasing a fingerprint reader.

You can purchase a fingerprint reader and they will provide you a SDK, dlls or libraries to integrate it with your system.

You have to map your fingerprint using their algorithm and then you can save detail with timestamp accordingly.

I have used

1) Digital Persona
2) Mantra fingerprint reader

Every fingerprint service provider has own development logic. So it will be better to consult with them for your requirement.

Let us know if any further assistance needed.
 
Share this answer
 
Comments
K N Sharma 12-Jun-17 8:39am    
Thanks Nirav,
I'll do the same and surly get back for further assistance if any.
Nirav Prabtani 13-Jun-17 4:18am    
welcome always

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900