Agora 4 supports all scanners. Many are supported
natively, directly. Some are supported using the vendor's driver. The developer can use the scanner driver to capture a finger image, and then
programatically pass it to the Agora Analysis component. We prefer 500 dpi but
we can handle other resolutions if the information is available. Here is the
software code:
Public static
Antheus.Analysis.MinutiaeInfo Encode(int fgp, int imp, byte[] raw,
int width, int height, int dpiX, int dpiY)
|