How can i read data from finger vein device using Javascript/typescript or directly form angularJS?
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.