How to get the image from the fingerprint scanner? -


I am using C ++ and I have to capture the image from the fingerprint scanner. Are there some libraries for this matter? I need a free solution and a better cross-platform solution, but the goal is- OS Vista. Maybe there are some ways in QT4? This would be the best solution for me.

Your best bet is that which maker created a scanner (this is not ASUS - in the laptop There are only two or three manufacturers of capacitive sensors to be used. My condition is that it is a UPE scanner) and what is this model, go to the manufacturer's web site and see which tools they provide. If there is no one on the web site, contact the manufacturer.

Keep in mind that the SDK (A) for scanners is available only when you sign a non-disclosure agreement and (b) cost money. If you are lucky, then the manufacturer's SDK can be used for the BioAPI standard Which will make it easier to use your code with scanners from other vendors (note: "not easy").


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -