Hi!
Currently i am working on a project to capture fingerprint of the employees on a company, I was a bit afraid that because it was a Java library i could lose the project due to my lack of knowledge but with pure javaobject and a bit of inline java i was able to put a working project!
So far, the project shows this image (it is localized for english, spanish french and portuguese):
This form allows you to save finger template that it is translated into bytes so you can store it in your desired format (database, json, etc)
Then you can compare that template with your reader and the project will throw wheter it was a success or a failure.
What do you need?
Digital Persona SDK
U.are.U 4000B/4500 or Later. (i tested against a 4500 model)
The project i am working on has:
Events:
With this 2 you can successfuly enroll and verify the fingerprints, because the SDK is technically a 1 vs 1 verification, i had to create a system to verify a set of templates (a map) that is why it is returning a key.
Up to here, its what i need for my project, i may modify it later to wrap more features, but i tried to make it as simple as possible.
I will make the B4J Project donationware!
Whaaaat??? yeah sorry... it took me quite some time to implement and i had to buy the reader.
I can share with you the SDK (it is everywhere on the internet if you want to do it by yourself) the B4J project and may give you some tech support if you get stuck somewhere.
There is only a small glitch even when a fingerprint is succesfully compared the verification widget is shown as unknown, but because the event is raised, you can completly hide the widget and put yours.
Thank you!
Currently i am working on a project to capture fingerprint of the employees on a company, I was a bit afraid that because it was a Java library i could lose the project due to my lack of knowledge but with pure javaobject and a bit of inline java i was able to put a working project!
So far, the project shows this image (it is localized for english, spanish french and portuguese):
This form allows you to save finger template that it is translated into bytes so you can store it in your desired format (database, json, etc)
Then you can compare that template with your reader and the project will throw wheter it was a success or a failure.
What do you need?
Digital Persona SDK
U.are.U 4000B/4500 or Later. (i tested against a 4500 model)
The project i am working on has:
Events:
B4X:
private Sub fingerPrint_verified(success As Boolean,key As String)
B4X:
private Sub fingerprint_enrolled(findexIndex As String,fingerTemplate() As Byte)
With this 2 you can successfuly enroll and verify the fingerprints, because the SDK is technically a 1 vs 1 verification, i had to create a system to verify a set of templates (a map) that is why it is returning a key.
Up to here, its what i need for my project, i may modify it later to wrap more features, but i tried to make it as simple as possible.
I will make the B4J Project donationware!
Whaaaat??? yeah sorry... it took me quite some time to implement and i had to buy the reader.
I can share with you the SDK (it is everywhere on the internet if you want to do it by yourself) the B4J project and may give you some tech support if you get stuck somewhere.
There is only a small glitch even when a fingerprint is succesfully compared the verification widget is shown as unknown, but because the event is raised, you can completly hide the widget and put yours.
Thank you!