java - PHP controlling a finger print device -


I have to control access to a system based on fingerprint recognition in PHP but not me I know what would be the best way to do this ...

I was searching for a device and software, and maybe I will use it:

This software uses some kind of SDK, so Java should be used, what is php and java? There is a way to create a bridge between .

I am not an expert in Java web services, but if this is the only way, how to control fingerprint?

Does the device give a image , or a md5 string , or how it works, how is it read in PHP?

What is your experience in this type of thing ...

And the dimension is also there.

When you say "PHP", I think that you probably have

digital personality (DP) device, however, is usually on the client.

I used to have digital personality (probably a different device and had a different SDK) yours, but the theory is probably the same. You plug the device into the USB port of the PC, and the DP controls the SDK tool, scans the thumb impression, along with other fingerprint images compared to your "registered" (in database, a set of image files, Whatever), and the report is a match back or not. It all happens on client side.

Tip: Your best bet might be:

1) Code your server side things in PHP, as you are now

2 ) COPY your DP's contact as a Java applet

3) You do not necessarily need to "call Java to PHP" (or vice versa) not necessary. Instead, what you have to do is:

  • Open the applet with the PHP pages you provide, and

  • Applet



Comments