User`s guide
FUNCTIONS
SDK SECTION 11
Page 99
DRV_NOT_INITIALIZED
DRV_NOT_SUPPORTED
DRV_P1INVALID
System not initialized.
Noise Filter processing not available for this camera.
Invalid threshold.
See also
Filter_GetThreshold
GetAcquiredData
unsigned int WINAPI GetAcquiredData(at_32* arr, unsigned long size)
Description
This function will return the data from the last acquisition. The data are returned as long
integers (32-bit signed integers). The “array” must be large enough to hold the complete
data set.
Parameters
at_32* arr: pointer to data storage allocated by the user.
unsigned long size: total number of pixels.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_ERROR_ACK
DRV_P1INVALID
DRV_P2INVALID
DRV_NO_NEW_DATA
Data copied.
System not initialized.
Acquisition in progress.
Unable to communicate with card.
Invalid pointer (i.e. NULL).
Array size is incorrect.
No acquisition has taken place
See also
GetStatus, StartAcquisition, GetAcquiredData16
GetAcquiredData16
unsigned int WINAPI GetAcquiredData16(WORD* arr, unsigned long size)
Description 16-bit version of the GetAcquiredData function. The “array” must be large enough to
hold the complete data set.
Parameters
WORD* arr: pointer to data storage allocated by the user.
long size: total number of pixels.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_ERROR_ACK
DRV_P1INVALID
DRV_P2INVALID
DRV_NO_NEW_DATA
Data copied.
System not initialized.
Acquisition in progress.
Unable to communicate with card.
Invalid pointer (i.e. NULL).
Array size isincorrect.
No acquisition has taken place
See also GetStatus, StartAcquisition, GetAcquiredData