-1

I have a Secugen Hamster Plus device for reading fingerprints. What I have to do is take a fingerprint and save it to the server. All of this needs to be done with HTML5 and Javascript.

So any suggestions?

Thank you in advance.

Eric McWinNEr
  • 534
  • 6
  • 19
  • Not that I am aware of if they have a ready API for JavaScript (Pure Java they have) You can always try to raise a request here: http://www.secugen.com/download/sdkrequest.htm – NBaua Apr 26 '17 at 07:17

3 Answers3

0

You can access it through their provided SDK, and from my research we are not able to access it via USB on the web as secuGen is a propriety device.

Eric McWinNEr
  • 534
  • 6
  • 19
0

Reading fingerprint from the scanner through HTML5/Javascript is not supported by Secugen SDK. But they are provided by the 3rd party vendors, few are M2Sys, CamsUnit, Jmtech.

Ravanan
  • 536
  • 2
  • 13
0

Don' know about java script but you can easily do it using java.

https://stackoverflow.com/questions/58028081/implementing-secugen-real-time-fingerprint-capture-in-java/59387288#59387288

Vikash Kumar
  • 1,096
  • 11
  • 10