Document Title Here
AET65 API
Version 1.0
idvation GmbH
Otto-Hesse-Straße 19 / T5
Phone +49 6151 9926567
D-64293 Darmstadt
Fax +49 6151 3689296
www.idvation.com
Page 43 of 84
Page 43 of 84
5.2.5.
ABS_PROFILE_DATA
Profile data for tuning raw grab operation (ABSRawGrab).
This allows setting of various special modes and attributes of the raw grab, including various FM dependent
ones.
Function ABSRawGrab takes pointer to array of structure ABS_PROFILE_DATA. (Other parameter specifies
number of items in the profile array.) Each record in the array is composed of key-value pair.
The key specifies what attribute/parameter of the raw grab operation to tune and the value specifies how to
tune that attribute/parameter. Meaning of the value and range of accepted values depends on the particular
key and capabilities of the FM.
typedef struct abs_profile_data {
ABS_DWORD Key;
ABS_DWORD Value;
} ABS_PROFILE_DATA
Description
Key
Profile key. It can be any constant ABS_PKEY_xxxx
Value
Value, key dependent.
5.2.6.
ABS_SWIPE_INFO
This structure provides various information about the swipe, from ABSRawGrab, ABSGrabImage or
ABSRawGrabImage functions.
Please note that in the future version of BSAPI, the ABSRawGrab can return the information about the swipe
in other format defined by this structure. See description of ABSRawGrab and its parameter ppSwipeInfo for
more information.
typedef struct abs_swipe_info {
ABS_DWORD Version;
ABS_WORD Height;
ABS_BYTE ReconstructionScore;
ABS_BYTE ImageScore;
ABS_DWORD MsgID;
ABS_DWORD Flags;
ABS_DWORD BackgroundColor;
} ABS_SWIPE_INFO
Description
Version
Version of the structure. Current version is 1.
I.e. if the first four bytes of the returned data is not 1, you cannot
interpret the rest of the other data as structure SWIPE_INFO.
Height
Height of the fingerprint image in pixels.
ReconstructionScore
Reconstruction quality score, in range 0 - 100.
The higher the value, the higher the quality of the image
reconstruction.
ImageScore
Image quality score, in range 0 - 100.
The higher the value, the higher the quality of the resulted image.