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 23 of 84
Page 23 of 84
3.4.2.
ABSRawGrab
ABS_STATUS ABSRawGrab(
IN ABS_CONNECTION hConnection
IN ABS_OPERATION *pOperation
IN ABS_DWORD dwProfileSize
IN ABS_PROFILE_DATA *pProfileData
OUT ABS_IMAGE **ppImage
OUT ABS_SWIPE_INFO **ppSwipeInfo
IN ABS_DWORD dwFlags
)
Description
Grabs image sample from the FM. This function is similar to
ABSGrab, but it is more low level.
It allows specifying of some special tuning parameters, thus tuning
of the grab operation for specific purposes is possible. Those flags
can specify what quality checks should be run, desired image
format and other options.
Please note that all these options are device specific. Various
device models tune various aspects of the grab operations, to
various degree. Please prefer ABSGrab or ABSGrabImage
whenever possible.
Unlike ABSGrab this function waits for just one swipe and ends
even if the resulting image has low quality. The caller can use the
output parameters to further inspect quality of the resulted sample
image.
Parameters
hConnection
Handle to the connection to FM.
pOperation
See description of ABS_OPERATION.
dwProfileSize
Determines how many properties are in pProfileData.
pProfileData
Pointer to first member of profile data array.
See description of ABS_PROFILE_DATA type for more information
about the profile.
ppImage
Functions to set the pointer to newly allocated sample image.
Use ABSFree to release the allocated memory.
ppSwipeInfo
If used (i.e. not set to NULL), an additional information about the
swipe are provided to the caller.
Use ABSFree to release the returned memory block. See
description of ABS_SWIPE_INFO for more information.