I have a fingerprint sensor and would like to integrate with my web application using C #. can anybody help me? I have only one button to capture biometrics.
I saw this topic but would like to create my own sensor communication service but using C#
link: Safron morpho finger print sensor integration with web java application
<button id="capture">Capture</button>
<button id="compareBio">Compare biometric</button>
<button id="connection">Connection fingerPrint</button>
const capture = document.getElementById("capture")
const compareBio = document.getElementById("compareBio")
const connection = document.getElementById("connection")
// Capture biometrics
capture.addEventListener("click", function(){
console.log("capture")
})
// Compare biometrics
compareBio.addEventListener("click", function(){
console.log("compareBio")
})
// Connection device morpho Mso1300
connection.addEventListener("click", function(){
console.log("connection")
})
In the "capture" button collect 2 biometrics with different fingers, reading the impression 3 times.
The 'connection FingerPrint' button show device name, port and some other USB parameter
The 'compare biometric' button make a comparison between the captured biometrics and a new collection