how to get finger print using morpho device code in javascript
Loading
how to get finger print using morpho device code in javascript
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Lokesh VarmanPosted Jul 11, 2023, 8:05 AM
Accessing a USB biometric device like the Morpho 1300 directly from client-side JavaScript in a web browser is not possible due to security restrictions imposed by browsers. JavaScript running in a web browser has limited access to the client's hardware devices for security reasons.
To work with a biometric device like the Morpho 1300, you would typically need to develop a client-server architecture where the client-side (web browser) interacts with a server-side component that can communicate with the biometric device.
Jaya PrakashPosted Jul 11, 2023, 6:41 AM
fingerprint capture code for morpho devecie in javascript
Lokesh VarmanPosted Jul 11, 2023, 4:42 AM
To obtain a fingerprint using a Morpho device in JavaScript, you'll typically need to use a combination of JavaScript and a specific SDK provided by the Morpho device manufacturer. The SDK will contain the necessary functions and methods to interact with the Morpho device and capture the fingerprint data.