2

I've developed a databaase inventory tracking system with a seperate interface for Windows 7 tablets (E.G. Viewsonic Viewpad 10). I have implemented fingerprint reading on the desktop, however, I would like to ask if it is possible to use the tablet touchscreen interface to read the fingerprint off the user? Or will I have to implement seperate fingeprint readers for the tablets?

If it is possible, how do i go about doing it? I am developing in C# winforms 64-bit. Any .net version is fine with me.

MPelletier
  • 16,256
  • 15
  • 86
  • 137
user889061
  • 21
  • 1
  • 2

2 Answers2

2

If I'm understanding your question correctly, a touch screen is different than a finger print reader. Touch screens are no where sensitive enough to read a person's finger print.

As far as a finger print reader API, you can refer to this question (which may be a bit dated). This assumes there is a proper finger print reader hooked up.

Community
  • 1
  • 1
CodeNaked
  • 40,753
  • 6
  • 122
  • 148
1

You would be better off getting hold of actual finger print reader hardware and interfacing to it via API calls, which will likely support some form of a .NET interface or wrapper.

These .net specific Q&As might be useful:

Community
  • 1
  • 1
dodgy_coder
  • 12,407
  • 10
  • 54
  • 67