Please enable JavaScript to view this site.

uEye DirectShow 4.97

Navigation: Interfaces > Filter interfaces > IuEyeAutoFocus

AutoFocus_GetSupportedSharpnessCalculationAlgorithms

Scroll Previous Top Next More

Syntax

AutoFocus_GetSupportedSharpnessCalculationAlgorithms (UINT* algorithms)

Description

AutoFocus_GetSupportedSharpnessCalculationAlgorithms 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_SHARPNESS_CALCULATION_ALGORITHM_TENENGRAD
AUTOFOCUS_SHARPNESS_CALCULATION_ALGORITHM_MEAN_SCORE
AUTOFOCUS_SHARPNESS_CALCULATION_ALGORITHM_HISTOGRAM_VARIANCE

Interface

IuEyeAutoFocus

Related functions

AutoFocus_GetSharpnessCalculationAlgorithm

AutoFocus_GetSharpnessCalculationAlgorithmDefault

AutoFocus_SetSharpnessCalculationAlgorithm