Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any ways to integrate fingerprint biometrics on HTML5 or JavaScript? [closed]

I have this new project that requires fingerprint bio metrics.

A Regular fingerprint scanner device will be used but I have less idea on how to use web technologies(HTML,JS,etc...) with this device, I already know that one way to do this is through Java. I was wondering if it is possible that this could be done using basic web technologies like JavaScript, HTML5 or even PHP.

All I need to do is to save the image of the scanned fingerprint to a specific file but I am not sure if HTML5 or JavaScript alone can do this.

I need to know if this is really possible and how. Any solutions will do.

like image 850
Jeam Sedric Espinosa Avatar asked Feb 03 '16 01:02

Jeam Sedric Espinosa


1 Answers

It is possible with Cams MFS100 fingerprint scanner which supports the javascript api. The documentation link is : https://camsunit.com/application/javascript-based-fingerprint-scanner-for-website-authentication-and-attendance.html

like image 82
Ravanan Avatar answered Sep 28 '22 01:09

Ravanan