fingerprint reader software using C#

前端 未结 4 2059
感动是毒
感动是毒 2021-02-05 18:13

I am planning to verify the user input for my application using the biometric input. I did some research on net and came up with following options of biometric input:

4条回答
  •  梦毁少年i
    2021-02-05 18:48

    The problem is not unique to fingerprint readers, it will apply to all other options in your list and many other peripherals. In fact a standard API is the exception.

    So you will have to look for somebody selling a library for this or writing your own (COM and/or Interop). And rolling your own will usually not be small or simple project.

    Your program will have a list of supported devices, excluding the rest.

提交回复
热议问题