The fingerprint tag has no wiki summary.
0
votes
1answer
20 views
Certificate fingerprints don't match after export
Hello I have a problem,
When I try to upload my app to the Google Play Developer Console, it says the certificate fingerprints missmatch and shows another fingerprint than I'm seeing when I export ...
0
votes
0answers
12 views
Image thinning process using JAVA, for Minutiae extraction
I have implemented the Zhang-Suen algorithm, with the help of OpenCV. But, the process of thinning is taking too much time. I am using a Binarized image to get it done. Is it taking the time because ...
-2
votes
0answers
29 views
Encrypt data using fingerprint C# [closed]
I'm thinking about new project. My idea is: Create program for encryption data using fingerprint. Problem is, I don't know any sdk for fingerprint. I know, MS has windows biometric framework, but it ...
0
votes
2answers
32 views
Ruby code for openssl to generate fingerprint
I need the ruby equivalent of the following:
openssl x509 -sha1 -fingerprint -noout -in cert.pem
The code that I wrote is:
data = File.read("cert.pem")
data["-----BEGIN CERTIFICATE-----\n"]=""
...
-3
votes
0answers
70 views
GO: Generating Unique Key (Finger Print) for a Computer for Licensing Purposes
For licensing purposes I want to generate a unique key for the client's machine and provide a corresponding license key for that key.
For this purpose, I want to use the unique id of the client's ...
0
votes
0answers
43 views
How to implement Windows Biometric Framework for finger print authentication?
I am trying to develop a Finger print management application. From my R and D, i came to know that finger print authentication can be implemented using Windows Biometric Framework.
But my query is, ...
8
votes
3answers
321 views
Fingerprint reader on node.js through .NET SDK
I'm trying to get a node.js app to interact with a .NET SDK fingerprint reader called U.are.U. The SDK provides .dll (win32 and x64), Java and .NET libraries. I decided to use .NET for the simple of ...
0
votes
0answers
26 views
Tracking adwords conversions from Android app, NO play store
I have an application hosted on my server, and I want to use AdWords to distribute the app.
I saw that Google AdWords can track installs through play store, but I didn't find an option to track ...
1
vote
1answer
43 views
Comparing local file against checksum using Net::HTTP in Ruby without downloading full file
Without being able to control or add headers server-side, is it possible to compare a local checksum against a remote file without downloading the entire file and comparing checksums using Ruby and ...
2
votes
4answers
118 views
How to implement this signature?
I have this fingerprint for string s,
f(s) = (S[1]r^m-1) xor (S[2]r^m-2) xor....(xor S[n]r^0)) mod (2^32)
let s contains only a's and b's (0,1 respectively).
If it were addition instead of xor then ...
0
votes
0answers
67 views
Login to windows 7 using fingerprint scanner
For my 3rd year project I have to change Windows 7 username and password to authenticate the user.I need to customize this feature.
I want windows 7 to authenticate user, using his fingerprint.For ...
-1
votes
0answers
49 views
how to get Minutiae coordinate in fingerprint image
I have no knowledge of Matlab programming. In my college project i need to extract minutiae point from an image. Due to no knowledge of Matlab and lack of time. I used one sample code from mathwork.in
...
0
votes
0answers
33 views
API for audio fingerprinting for speech ioS
Any suggestions/pointers on finding an API for audio fingerprinting for iOS for using with syllables and single phonemes.
0
votes
0answers
23 views
WinbioEnrollment returns 8009802C?
i have developed a FingerPrint Management Application for WBF in Windows 7.
it works fine in windows 7.
But using windows 7 in VMWare it returns 8009802C.
8009802C told The requested operation ...
0
votes
1answer
42 views
Fingerprint calls cause segfaults in c++
I'm trying to write a simple fingerprint scanning program in c++ using libfprint, however it intermittently segfaults when run. Valgrind says the error is in the call to fp_enroll_finger which is ...
0
votes
1answer
26 views
Library can only be accessed using SUDO - libfprint permissions
I have downloaded and installed the libfprint fingerprint API. Everything works ok but there is one snag, it will only detect my fingerprint scanner when I run applications using sudo.
This is ...
0
votes
1answer
51 views
How to manage AsyncTask and need for dialog
I'm pretty new to Android development, in the later states of my first serious project. Briefly, the program will ssh into a Linux host and perform commands. But I find myself really getting tied ...
1
vote
1answer
78 views
(ASK) Temporary Fingerprint Scanner Save File
i have a problem with my project to pass the graduation..
i try to make a attendance fingerprint system..
my problem is when i scan my fingerprint and save my fingerprint template.. and then i close ...
0
votes
0answers
51 views
Digital persona :Invalid length for a Base-64 char array
I'm trying to create a fingerprint database via digital persona fingerprint device UareU.4500 device with ActiveXObject
I'm saving the xml string in a database via php , returned by the ...
0
votes
0answers
72 views
FingerPrint Best SDK
I'm about to create a web service that will be used in finger print enrollment, identification, and verification, I have only one constraint that I have to store the finger prints images, and personal ...
0
votes
0answers
440 views
Google Maps Android API v2- Faild to load map. Could not contact Google servers
i tried few solutions, including all related posts in stack overflow...
this is my manifest, notice that i use two packages, "screens" for all activities and fragments and "logic" for all business ...
-2
votes
1answer
98 views
Implementation of fingerprint scanning in PHP [closed]
I have made a hospital management system and I want to incorporate fingerprint authentication into it. I have the fingerprint scanner and I would like to know how to interface fingerprint scanning ...
0
votes
0answers
23 views
MD5 Fingerprint key for google map error
In my computer MD5 Fingerprint of the Debug Certificate key is 40 digit but Google map generate API key for only 32 digit key. What can I do for this problem?
0
votes
1answer
35 views
Setting up Heroku from a clean slate
I keep running into issues with "Your key with fingerprint ... is not authorized to access" errors when I try to run git push heroku master. I've tried multiple combinations of removing the key and ...
-1
votes
1answer
100 views
Preprocessing of images from a Mobile Camera [closed]
I need help with some image pre-processing techniques. I am trying to binarize a fingerprint image taken from a mobile camera in such a way that I can extract the fingerprint pattern from it i.e. all ...
0
votes
0answers
35 views
Fingerprint image oreintation estimation
hi i have written a c program to estimate a fingerprint image orientation using below specified formula. while i overlay the orientation on the fingerprint it is improper. can any on help me.
for (x ...
2
votes
1answer
181 views
SDK for fingerprint scan as image and count ridges
I tried looking at some posts already posted but it did not help me
What I want to do
Use an SDK (preferably in java) to use in my own application
Scan fingerprints and save them as an image ...
0
votes
1answer
154 views
fingerprint orientation map - opencv c++
I am trying to develop a fingerprint system using OpenCV 2.4.3 and C++ in Visual Studio 2010. I need to form the orientation map of the input fingerprint in order to use it in Gabor filters. I have ...
1
vote
0answers
101 views
parse “build.fingerprint” debug message
I'm an Android application development in Korea.
When you run an application that I made, the application will be terminated without any error message occasionally,
I can not proviso that "Build ...
0
votes
2answers
276 views
Limiting the time in and time out in a day in VB.NET?
I have developed a time monitoring system using fingerprint where the employee will scan his/her finger then it will record the time in and time out. But my problem is logging in and logging out by ...
1
vote
0answers
171 views
Fingerprint recognition API for windows RT?
I need to check whether there is any native API available for finger print recognition. I was looking to implement this in an application centred for windows surface tablet.
thanks
0
votes
1answer
114 views
Fingeprint thinning code preserving continuity of ridges
I am trying to develop a project that involves fingerprint matching. Now, I am stuck at the stage of Fingerprint thinning. I am coding my project using OpenCV and c++ Visual Studio 2010.
I tried ...
1
vote
1answer
103 views
can't get MD5 fingerprint from keytool command
I need the MD5 fingerprint to generate an API key for google maps. When I run the keytool command, I don't get the MD5 fingerprint. Instead I get the SHA1 fingerprint which is not what I want.
...
0
votes
1answer
125 views
Fingerprint matching
I'm building a payroll system and would like to use fingerprint scanner to control time attendance.
I was wondering how it would interface with java web app. Is there a way to get the log in ...
-1
votes
1answer
243 views
Digital Persona Verifying process take a lot of time with huge database
I'm developing a software that is using the Digital Persona U.are.U 4000b fingerprint reader.
It's working OK. But I'm getting performance problems during fingerprint verification.
My database has ...
2
votes
0answers
52 views
High NFIQ computation time in ARMV7
i have compiled and run the NIST NFIQ in linux as well as ARMV7.
NFIQ Computation in linux took less than 300 millisecond only while in ARMV7 it is 1930 millisecond. i also search in NIST but i cannot ...
0
votes
1answer
76 views
Getting a dynamic Image through event in WPF
I'm trying to add a dynamic Image in my WPF form. I've added the Image like this:
<Image Height="212" HorizontalAlignment="Left" Margin="12,167,0,0"
Name="picture_scan" Stretch="Fill" ...
0
votes
1answer
87 views
How to run a mindtct package (NBIS software)for a entire database(a set of 100 images) at a time in Redhat Linux
This is swathi.Ihave installed NBIS software in Redhat lInux in VMware and running as ahost OS in my windows 7 system.
Till now i executed giving only one image.but nw i need to run the entire DB with ...
0
votes
0answers
229 views
How to save “Finger Print” in database
I need to save finger print type ".ftp" in MSSQL database. How can I do that? What data type should I use in creating MSSQL database? I am using Java application to get the finger print. Please help!
1
vote
0answers
134 views
how to move fingerprint template to oracle database
i am working with digital persona u are u 4500 and oracle database, i got the problem to store fingerprint template to database, here part of my code
string sqlInsert = "insert into ...
4
votes
2answers
158 views
Generating 40 char fingerprint for DSA
Is there a existing method within .NET Framework (C#) to generate a 40 char (public?) fingerprint as shown below, when you have P, Q, G, Y and X?
Or would anybody know on how to achieve this?
...
-1
votes
1answer
130 views
fingerprint alignment
I want to align two fingerprint images in matlab so that they can be matched using fuzzy vault. Kindly help me.
% read two images
Im1 = imread('input_2.tif');
Im2 = imread('input_3.tif');
% convert ...
0
votes
0answers
9 views
Compile assets in rails without finger printed
I want to compiles assets without finger print. In my case some files are being compile with finger prints and some are without. Can any body explain me how rails 3 decide attach finger printed and ...
1
vote
1answer
165 views
PHPStorm SSH server fingerprint not matching
I'm using subversion from within PHPStorm, and I'm getting the following error when I try to connect to the SVN server...
The authenticity of host svn+ssh://svn.example.com:22 can't be
...
23
votes
3answers
2k views
Fingerprint Scanner using Camera
Working on fingerprint scanner using camera or without, its possibility and its success rate?, I came across one of open source SDK named FingerJetFX its provide feasibilty with android too.
The ...
3
votes
1answer
453 views
Is there Any free FingerPrint identification SDK Available in .net? [closed]
I am working on a fingerprint identification system project,Is there any free sdk available for fingerprint identification system?
4
votes
3answers
1k views
Fingerprint reader - ID 147e:2020 Upek - Thinkpad T430
I'm having some problems with fingerprint reader on Thinkpad T430 ID 147e:2020 Upek
For few days i was trying every tip i could find but it didn't work for me.
Mainly i tried to Build and make it ...
0
votes
0answers
97 views
How do I fingerprint images?
I saw this command for imagemagick which is cool
compare -metric RMSE first.png second.png NULL:
I tried it and two similar images (however not a modification of each other) scored <15% ...
0
votes
1answer
265 views
How to send text file to printer
As i read in some fingerprint manual we can send text file to the printer. Means we can write the program in the text editor and send the whole program as a text file to the printer using the ...
0
votes
0answers
66 views
Creating a folder in external sdcard with user input and a little loop
Nowadays i'm working with an app that uses a fingerprint scanner (FS88) and I made it to save a file as a .wsq in galaxy's note storage folder.
But it would be great if I could ask to user an ID ...







