Signature Capture

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all! I have read a couple posts on signature capture - none of which
seem to really get to the heart of what is generally the issue. That being
said, here is what I am hoping to find...

I have built a signature capture screen based on a marriage of info from
microsoft and open source code that is out there. What I am not capturing
though is any biometric data (how long for the entire signature, how long for
each segment etc...) and quite honestly, I do not get the feeling there is a
"legal" standard out there. I do want to however make sure to capture as much
info as possible. Has anyone out there created anything that is quick,
accurate and contains some biometric data? (David Webb had posted he did a
little of this - David, do you have any code or links to what info you are
gathering?)

Thanks all. Once I have compiled as much info as possible, I will post it
out there so everyone can use it!
 
Adding time domain data should be as simple as adding the result of
GetTickCount - GetTickCount at start of capture for each data point. Now
how you use that to authenticate may be a bit more difficult.

--
Chris Tacke
Co-founder
OpenNETCF.org
Has OpenNETCF helped you? Consider donating to support us!
http://www.opennetcf.org/donate
 
Back
Top