Table of Contents

,

How to enroll fingerprint on BioMini via BioStar 2 API


You can enroll fingerprint on BioMini by calling BioStar 2 API.

BioMini is only enrollment device but can't authenticate fingerprint. Thus, it doesn't appear in GET/devices.

To utilize BioMini with BioStar 2 API, you should download BioMini SDK and install it. If you need BioMini SDK, contact our sales team (sales_id@supremainc.com).

Step 1:

Install BioMini SDK and copy two DLL files in the path (C:\Program Files (x86)\Suprema\BioMini\bin).



Paste the copied files to your project.



Step 2:

In your project, add the DLL titled “Suprema.UFScanner” as reference and add the namespace Suprema.



Step 3:

Declare variables and constant. Then, initialize and configure BioMini.

Step 4:

Create new function in order to enroll fingerprint on BioMini.

If you would like to get overall sample code for C#, contact us (tech@supremainc.com).