How can i read data from finger vein device using Javascript/typescript or directly form angularJS?

ayush singh 1 Reputation point
2021-08-03T10:11:35.987+00:00

Device Name -> Hitachi H1 Finger Vein Reader PC-KCA100

Approach 1:
Using Angular JS:-
1->fingerprintJS -> using this library i was unable to recognize the device.

Approach 2:
Using Java Script (i.e. from NodeJS libraries) I was able to recognize the usb devices but I was unable to read the
input/output data of the particular device.
Node JS libraries i used are: -
1->usb-detection
2->usb

Using above libraries i was able to recognize the device but unable to read data from it.

My main aim is to read data from this finger vein device form frontend (using angular) and send this data as a parameter to particular api.

Please help me in this, that how we can read the data from finger vein device connected to the Laptop/PC using java Script.

Community Center | Discuss the Q&A site | Get started on Q&A
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.