Please enable JavaScript to view this site.

uEye DirectShow 4.97

Navigation: Interfaces > Filter interfaces > IuEyeAutoFocus

AutoFocus_GetOnceSupportedPeakSearchAlgorithms

Scroll Previous Top Next More

Syntax

AutoFocus_GetOnceSupportedPeakSearchAlgorithms (UINT* algorithms)

Description

AutoFocus_GetOnceSupportedPeakSearchAlgorithms returns the peak search algorithms supported by the camera for the autofocus.

hint_info

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

IuEyeAutoFocus

Related functions

AutoFocus_GetOncePeakSearchAlgorithm

AutoFocus_GetOncePeakSearchAlgorithmDefault

AutoFocus_SetOncePeakSearchAlgorithm