seamfix / android-nfiq-calc

Seamfix Android SDK that is used to calculate the NFIQ of a captured fingerprint image. Project is an Android (Kotlin) implementation of a C-based NFIQ calculator found here https://github.com/lessandro/nbis
Apache License 2.0
11 stars 6 forks source link

Cannot running NFIQ SDK #3

Open segawasai opened 4 years ago

segawasai commented 4 years ago

Hello all,

I am trying to running android-nfiq-calc sdk on my android application. But when i running NFIQUtil for predict quality score, i have a trouble with an error like this:

07-28 14:20:01.494 27763-27763/com.example.macos.nfiqandroid A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0xbf8693be in tid 27763 (cos.nfiqandroid)

Anyone else have any idea with this problem ?

Thanks