Click or drag to resize

IReconstructionPerformAutoFocus Method

Compute the focus position.

Namespace:  LynceeTec.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 9.0.26418.0 , built 2021-10-22 08:45:14 UTC
Syntax
bool PerformAutoFocus(
	float deltaM,
	AutoFocusMethod method
)

Parameters

deltaM
Type: SystemSingle
The defined search area arround the current position.
method
Type: LynceeTec.InterfacesAutoFocusMethod
The defined search method. Use MinimizeContrast to minimize the amplitude standard deviation and MaximizeContrast to miximize it.

Return Value

Type: Boolean
true if a focus position is found in the given area.
See Also