Qualcomm FastCV Library  1.7.1
Miscellaneous

Functions

FASTCV_API void fcvGetVersion (char *version, unsigned int versionLength)
 Retrieves version of FastCV library.
FASTCV_API int fcvSetOperationMode (fcvOperationMode mode)
 Selects HW units for all routines at run-time.
WARNING: Should be called once at the very beginning to update mode.
FASTCV_API void fcvCleanUp (void)
 Clean up FastCV resources. Must be called before the program exits.

Detailed Description

Support functions


Function Documentation

FASTCV_API void fcvCleanUp ( void  )

Clean up FastCV resources. Must be called before the program exits.

FASTCV_API void fcvGetVersion ( char *  version,
unsigned int  versionLength 
)

Retrieves version of FastCV library.

Parameters:
versionPointer to location to put string.
versionLengthLength of storage for version string.

Selects HW units for all routines at run-time.
WARNING: Should be called once at the very beginning to update mode.

Parameters:
modeSee enum for details.
Returns:
0 if successful. 999 if minmum HW requirement not met. other #'s if unsuccessful.
 All Data Structures Files Functions Variables Enumerations Enumerator Defines