Syntax
AutoFocus_GetOnceSupportedPeakSearchAlgorithms (UINT* algorithms)
Description
AutoFocus_GetOnceSupportedPeakSearchAlgorithms returns the peak search algorithms supported by the camera for the autofocus.
These functions are only supported by the uEye LE USB 3.1 Gen 1 AF. |
Parameter
•algorithms: Pointer to the variable in which the return value is written. The bit mask returns:
AUTOFOCUS_ONCE_PEAK_SEARCH_ALGORITHM_GOLDEN_RATIO_SEARCH
AUTOFOCUS_ONCE_PEAK_SEARCH_ALGORITHM_HILL_CLIMBING_SEARCH
AUTOFOCUS_ONCE_PEAK_SEARCH_ALGORITHM_GLOBAL_SEARCH
AUTOFOCUS_ONCE_PEAK_SEARCH_ALGORITHM_FULL_SCAN
Interface
Related functions
•AutoFocus_GetOncePeakSearchAlgorithm