Android Question finger print capture using Cogent CSD 200

Sreepathy T L

Member
Licensed User
Longtime User
Hi,
I have seen this APK file for capturing the fingerprint from Cogent CSD 200 biometric device (inside the ZIP file) in this url
B4X:
http://radium-box.com/cogent-csd200-sdk
. It is working fine when tested with the CSD 200 device on Samsung J5 through OTG connection.

The zip file also contains a folder with some java code - possibly of the same apk (I am a novice in java-android development. B4A made me lazy :p to learn java android development). How the fingerprint capture can be implemented in B4A? In my upcoming project I need to get ISO template (ISO 19794-4 OR ISO 19794-6 OR 19794-2:2005(E) [ISO minutiae format]) of the fingerprint using this device.

I have seen
B4X:
https://www.b4x.com/android/forum/threads/fingerprint-authentication.72500/#content
https://www.b4x.com/android/forum/threads/spass-samsung-fingerprint-sdk.55334/
but they have no mention about the ISO template fingerprint capture.

Also one silly question :D. How to pronounce Erel? (In India we do not have such a name as far as I know)
 

Sreepathy T L

Member
Licensed User
Longtime User
You will need to create a wrapper for this SDK.


Go to this link: https://www.b4x.com/android/forum/threads/69215/#content
Put Er-El. It is quite similar though a bit too fast :)

I have read the posts in the above link. It is all about "Intent Based Camera". How is it related to my question :confused:?

Is that zip file containing an java code for the device's SDK (I am sorry I could not understand the contents of that zip)? Also Is it possible to take out the SDK from the APK file (like we take some dll files from installation folder of an application :p) to make a wrapper?

I will read this
B4X:
https://www.b4x.com/android/forum/threads/java-creating-libraries-for-basic4android.6810/
and try to implement the library
 
Last edited:
Upvote 0

Rusty

Well-Known Member
Licensed User
Longtime User
Did you ever get this library wrapped?
If so, can you share?
thanks
Rusty
 
Upvote 0
Top