how can I use fingerprint scanner (Futronic FS80H) in matlab program

10 ビュー (過去 30 日間)
wisam kh
wisam kh 2018 年 6 月 19 日
編集済み: wisam kh 2018 年 6 月 20 日
hello, is there any one can help me to connect this kind of scanner with my program , I searched but I didn't find anything

採用された回答

Walter Roberson
Walter Roberson 2018 年 6 月 19 日
編集済み: Walter Roberson 2018 年 6 月 19 日
At the moment I do not find any evidence for the possibility that the Windows driver for the device supports ActiveX. They do supply an SDK.
If you are using Linux, see http://www.futronic-tech.com/product_sdk_linux.html and notice that the libScanAPI is intended to return fingerprint images. This is significant because a lot of fingerprint scanners only return minutae rather than images and cannot be made to return images -- but it looks like this one can return images.
With a SDK having been provided in the form of a DLL or .so, you could use loadlibrary() to interface to the software.
  1 件のコメント
wisam kh
wisam kh 2018 年 6 月 20 日
編集済み: wisam kh 2018 年 6 月 20 日
Thanks for your interaction. I will try and see what I get

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by