Regrading Biometric

Hello,
Is there any chance to integrate Biometric in RoR 2.3.8. If
yes can you please tell me the process.

On 2 June 2012 07:45, Thota praneeth [email protected] wrote:

Hello,
Is there any chance to integrate Biometric in RoR 2.3.8. If
yes can you please tell me the process.

I think you will have to explain in more detail what you want to do,
the term “integrate Biometric” could mean very many things.

In addition version 2.3.8 is very old, I suggest using the current
Rails version.

Colin

the exact requirement is that we want integrate finger print reader into
the rails application .can anyone please help us for integrating this
into
our project .

On Jun 4, 2012, at 2:28 AM, ROHINI KAMBDE wrote:

the exact requirement is that we want integrate finger print reader into the
rails application .can anyone please help us for integrating this into our project
.


You received this message because you are subscribed to the Google G. “Ruby
on Rails: Talk” group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.

Does the fingerprint reader have an API? How does it communicate with
the world? USB? Serial Port? Proprietary interface? What is its output?
Text? Binary image?

Rails is a Web application toolkit, Ruby is a general purpose
programming language. Between the two, you may be able to lash together
an interface, such that an operator sitting at a Web application could
press a button, instruct the scanee to “swipe your finger” and receive
back a structured data package (maybe an image of the fingerprint) that
the Web application would accept as input. You might even be able to get
an unattended station to work (scanning a finger initiates the storage
of data). But you have to answer a whole lot of other questions first.

Walter