Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

C# ZK4500 Finger Print Scanner

sakinyaba

Apprentice
Advanced Member
Messages
61
Reaction score
6
Points
28
Hello mga ka- SB may tanong ako about sa ZK4500 Finger Print Scanner.
Konting konti lang alam ko sa programming at gusto ko lang makatulong sa mga kagrupo ko sa thesis.

1. Pano ko sya magagamit para mag collect ng finger prints at e save sa mysql database using C#.
2. Pano ko sya magagamit para mag compare ng captured finger print at finger print na nakasave na sa mysql database?
 
haba ng tinyp ko USB type pala to. Network pala ung natry ko dati :D

pero isa lang naman daan mo. download mo lang SDK nila. may samples na kasama naman lagi yun. basic scanning at retrieving ng fingerprint template.

isa lang naman concept ng ganito.

using SDK
1. scan(SDK) fingerprint template/specimen image(bin)
2. save sa database as binary
3. retrieve specimen from database > load as fingerprint object(SDK) for comparison vs scanned(SDK) fingerprint

malabo ba :D check mo SDK at balik ka dito marami(:lol:) tutulong sayo
 
TS try mo to download then use mo yung sdk niya https://www.zkteco.com/product/ZK4500_238.html
register mo lang sa Registry or include mo lang sa library mo. Then follow mo yung function sa PDF para dun sa coding mo naman on how to retrieve data etc...May sample na rin dyan sa demo pati source code included on how to.Goodluck..
 
Last edited:
Ka SB eto laman nung download, pano ko sya i aadd sa library? Add reference ba? Ska di sya ma oopen using Visual Studio 2015View attachment 336422
 

Attachments

  • Untitled.png
    Untitled.png
    126.9 KB · Views: 24
Last edited:
Samples kasi tol naka c++, sa palagay mo tol ano datatype dapat kong para i save sya sa mysql?

- - - Updated - - -

Up sa may ganitong device, pa help po
 
Samples kasi tol naka c++, sa palagay mo tol ano datatype dapat kong para i save sya sa mysql?

- - - Updated - - -

Up sa may ganitong device, pa help po



ZKTeco SDK yan db? meron ako nyan for C#. String data type kapag sinisave sa database. Web service namin gawa ung pagpull ng record and manipulate ng data sa lahat ng device. madali lang sya, read mo nlang ung nasa documentation. :)
 
Thanks sir, yun na nga ginawa ko and nahanap ko na rin solution. Thanks sa pagsagot sir.
 
Back
Top Bottom