LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   fingerprint match against collection of previos fingerprint (https://www.linuxquestions.org/questions/linux-software-2/fingerprint-match-against-collection-of-previos-fingerprint-882063/)

mukesh.methaniya 05-22-2011 02:31 AM

fingerprint match against collection of previos fingerprint
 
i m currently working on libfprint which is used for fingerprint reader but it is only give one fresh finger matching ..
i want to use fingerprint match against collection of previos fingerprint so about this i hv no idea pls help me what i have to do any img matching command is available in linux or what i have to changed gor this

fraxflax 04-18-2023 05:51 PM

one way might be to add multiple fingerprints with:
Code:

fprintd-enroll -f [left-thumb | left-index-finger | left-middle-finger | left-ring-finger | left-little-finger | right-thumb| right-index-finger | right-middle-finger | right-ring-finger | right-little-finger]
(and possibly for several users by adding username)
and then verify any of them with

Code:

fprintd-verify -f any
(possibly for several users by adding username)


All times are GMT -5. The time now is 05:43 AM.