how can I use fingerprint scanner (Futronic FS80H) in matlab program
조회 수: 4 (최근 30일)
이전 댓글 표시
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
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/191366/image.jpeg)
댓글 수: 0
채택된 답변
Walter Roberson
2018년 6월 19일
편집: Walter Roberson
2018년 6월 19일
Perhaps https://www.uni-obuda.hu/journal/Lalovic_Macek_Milosavljevic_Veinovic_Franc_Lalovic_Tot_69.pdf or https://tspace.library.utoronto.ca/bitstream/1807/70509/1/Pouryayevali_Shahrzad_201511_MAS_thesis.pdf might have done this.
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.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 ActiveX에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!