Click here to Skip to main content
15,911,531 members

Comments by Member 10511375 (Top 3 by date)

Member 10511375 18-Aug-15 0:59am View    
Sir,

how to convert to 1404+12 bytes?

from finger print scanner the byte size is 155600

i want to convert it (1404 + 12 byte)and the storing device store the data of 355 length
Member 10511375 17-Aug-15 7:47am View    
from the fingerprint terminal (the single device using for first time scanning of finger print gives the data as byte and also a bitmap).

i want to save this to another bio-metric device in that some code seems like this
Const DATASIZE As Short = (1404 + 12) / 4 'SmackBio
Dim gTemplngEnrollData(DATASIZE) As Integer
Dim glngEnrollPData As Integer
Dim gbytEnrollData(DATASIZE * 5) As Byte


And in setting the data to device or getting the data from device there sees a code like this
Dim gh As GCHandle = GCHandle.Alloc(gTemplngEnrollData, GCHandleType.Pinned)
Dim AddrOfTemplngEnrollData As IntPtr = gh.AddrOfPinnedObject()



frmMain.SBXPC1.GetEnrollData1(mMachineNumber, _
vEnrollNumber, _
vFingerNumber, _
vPrivilege, _
AddrOfTemplngEnrollData.ToInt32(), _
glngEnrollPData)
Member 10511375 17-Aug-15 5:20am View    
i want to take all fingerprints through a single futronic device and for identification purpose using another bio-metric device, in that the finger print data is supporting 1404+12 Bytes size data, it is not the data scanned using futronic device